Loading Tool

Explorer IconExplorer

Memory Pool

13,731 transactions
2.57 vMB
0.01373024 BTC
Random Selection Loading Transactions
Max Size: 20.76/200 MB

Candidate Block

Mining Attempt 75f02f05d82aeb9cb4430ae7006dfcc94951d70061112019267984728c8df3f1
Version 20000000
Previous Block 00000000000000000001d0bec9e99f33303174553ce146094f16624843a9548f
Merkle Root 1515f8f5f31825b0a099baa94dbf89c26bd4780c3a1079b8852112e2db3ef321
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 4,888
Size: 1.00 vMB
Total Fees: 0.01207628 BTC
Feerates: 100.53 > 1.21 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,086 (33,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
904,234 904,234 0000000000000000000020cf1b99e41f1e3d16fda0c412a060cf411bc6d19aa3 3,643 1.00/1.00 vMB 2
904,233 904,233 000000000000000000019142318258aaa567c9bf67844d0955161fa51d4560dc 3,537 1.00/1.00 vMB 2
904,232 904,232 00000000000000000001db8850dfe78b81e97456f3855b3701083e65a9d87cc5 3,785 1.00/1.00 vMB 2
904,231 904,231 00000000000000000000a698a2c32a3949eeec247e19c4de11ef46b4c733fe26 3,993 1.00/1.00 vMB 2
904,230 904,230 000000000000000000002c558556a59af14a2d671bc7c719f61e9af07e83311a 4,730 1.00/1.00 vMB 1
904,229 904,229 00000000000000000000f3f5fef8946dc6c8af754854bfd44e2e0936be1eb4a8 3,736 1.00/1.00 vMB 2
904,228 904,228 00000000000000000000e75b6450d7d0f310fabbda5f4dd17b77daa3c613129d 3,835 1.00/1.00 vMB 2
904,227 904,227 00000000000000000001ed595ae1053e9f831eecda6458de25a033d37ad8af8e 1,408 1.00/1.00 vMB 1
904,226 904,226 0000000000000000000001ce96e835ed901d4fa048fe31012471ca93c05d2996 4,815 1.00/1.00 vMB 1
904,225 904,225 00000000000000000000fcaa99480bad11c62048de81323ff0cbd98d256d3a30 5,058 1.00/1.00 vMB 1
904,224 904,224 00000000000000000000c42ff23c313610cf91cbe555fd62315eb413e77c6304 3,532 1.00/1.00 vMB 2
904,223 904,223 000000000000000000019a739987a86faed875e61664eca5f5f0c0d9e7643360 4,856 1.00/1.00 vMB 1
904,222 904,222 0000000000000000000009dd7234cfaa3ef219976e95210bf174a09d45472158 4,582 1.00/1.00 vMB 1
904,221 904,221 00000000000000000000cf7d0164efdf543dd8351d1532f2c72155c2c1bfff4b 3,738 1.00/1.00 vMB 2
904,220 904,220 000000000000000000014edc5d22daef58a213dce91efe3338d4e217db4ee739 4,422 1.00/1.00 vMB 1
904,219 904,219 000000000000000000015227aed986f7fde169a0d9c1d9dd7b8fccb88399ebd4 4,756 1.00/1.00 vMB 1
904,218 904,218 0000000000000000000262f3ca41e9a11c322cd7ef868de35cbf70032d54c7d2 4,822 1.00/1.00 vMB 1
904,217 904,217 000000000000000000001b889f9f6360c67d1223b8d1596eb519b5baf63b827a 4,125 1.00/1.00 vMB 1
904,216 904,216 0000000000000000000148f11d79fde16697452ed1679fa92837eabf01d55e77 4,830 1.00/1.00 vMB 1
904,215 904,215 000000000000000000016b2b7b0c6202c099fa281c9abd81a8e9c237b9cced1a 4,700 1.00/1.00 vMB 1
904,214 904,214 0000000000000000000170d4e2af9f5bc2ce3d1169e76a60e5d433c2a83420b2 4,075 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 823.30 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 4,080.95 GB
    • Received: 223.18 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.