Loading Tool

Explorer IconExplorer

Memory Pool

77,692 transactions
28.86 vMB
0.07022131 BTC
Random Selection Loading Transactions
Max Size: 175.08/200 MB

Candidate Block

Mining Attempt 643d097ab7d697bde36ea3e9df305961accac4650a3b0e6f41e87e0722ded5f5
Version 20000000
Previous Block 0000000000000000000047dfc430ec3ea755e869eaa3ed01b8a4b83beba66d58
Merkle Root 6088e439aaeb28c73e9b851b383863bbff911c911b27c5b7349783e062fe39bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,755
Size: 1.00 vMB
Total Fees: 0.01011452 BTC
Feerates: 73.20 > 1.01 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,102 (108,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,708 806,708 00000000000000000003709bcc801b026b2bac6b21845e0b785c18abeb42a573 2,278 1.00/1.00 vMB 21
806,707 806,707 00000000000000000002fa3c675821cf215fd6b96818ed6301289e59a22c57eb 1,840 1.00/1.00 vMB 21
806,706 806,706 000000000000000000019567a43b863ec524a722161f86fe78bcfc4e50b31f5a 4,260 1.00/1.00 vMB 18
806,705 806,705 000000000000000000005268a2598f6c1997736d8251b16b765927801fffc053 4,967 1.00/1.00 vMB 17
806,704 806,704 0000000000000000000523807272cf242783ced6cb16f5044d7ab9bfca8dc021 5,238 1.00/1.00 vMB 17
806,703 806,703 00000000000000000002462b6c5d1498de237c3a745499f35f044a094e124c8c 3,644 1.00/1.00 vMB 20
806,702 806,702 000000000000000000004a3ae9c3c1475daceb3ae4974127810a6f43a81e3ddc 4,446 1.00/1.00 vMB 17
806,701 806,701 000000000000000000008ef028596809b80af54827a17ba7dc70fc693ca620a3 5,020 1.00/1.00 vMB 15
806,700 806,700 000000000000000000040fc5a338f91eb4cfe0af174976c080bd31aa2e0709a1 6,179 1.00/1.00 vMB 17
806,699 806,699 0000000000000000000236f1d6b5b2a74d6f6e65f1cc28b13c57b6ce8a7e69ae 3,124 1.00/1.00 vMB 18
806,698 806,698 00000000000000000004db312b0e0a49d2218acde85c9f66700f9651184d9f8c 3,070 1.00/1.00 vMB 21
806,697 806,697 00000000000000000004b4817a353971152a7102dc0e23e9b28de76d3a191fae 3,789 1.00/1.00 vMB 13
806,696 806,696 00000000000000000000b463755b5e86ba1ac4ed296c95ac5000fd88e11e6654 2,202 1.00/1.00 vMB 18
806,695 806,695 00000000000000000003f0db302c2f449df00cee70411a65d71f61372dfead2d 3,172 1.00/1.00 vMB 16
806,694 806,694 00000000000000000002c70952fec7535b893281e6bb1cb23ea01108032a9693 6,295 1.00/1.00 vMB 16
806,693 806,693 000000000000000000038b2ce749e7a849e54b6aa8b507afcba564224501e7fb 4,889 1.00/1.00 vMB 15
806,692 806,692 00000000000000000001815489d0096712013c29eebd3ac43dff96f238fc8937 3,202 1.00/1.00 vMB 20
806,691 806,691 0000000000000000000236b988b7cc3e15b6d737fe3df49c111376d6126c2417 5,802 1.00/1.00 vMB 18
806,690 806,690 0000000000000000000434f2502ff603d4bb3dd4a46c1ca7d19e4c46987eaa3c 3,918 1.00/1.00 vMB 19
806,689 806,689 0000000000000000000513fdde38c5d2a411e4e94df1cb19a773e4cf5036b3b7 4,149 1.00/1.00 vMB 18
806,688 806,688 000000000000000000036538638d4e7e3426b3a3cb04f326ad3fc6f1c5c5561f 2,596 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.57 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: 671.01 GB
    • Received: 15.85 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.