Loading Tool

Explorer IconExplorer

Memory Pool

82,936 transactions
31.26 vMB
0.09052209 BTC
Random Selection Loading Transactions
Max Size: 191.59/200 MB

Candidate Block

Mining Attempt d36670bdd34b666b9ec8566bf75e0cd8e316c4569f8123d1351bf4de9c0dc507
Version 20000000
Previous Block 00000000000000000001c741e94ff9ce9b4832dde958a2941db0822cdb652151
Merkle Root 87ad42997c9dc8e3e94a6abdac1a24e350d8594d5d7b2b8138c2b94c0b51a4fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,943
Size: 1.00 vMB
Total Fees: 0.01997325 BTC
Feerates: 301.60 > 2.00 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,220 (361,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,045 554,045 000000000000000000262691937bce448d0d1d5c21480f9d6ed3caee01d3c5b6 1,539 1.00/1.00 vMB 7
554,044 554,044 0000000000000000000b798115d477ad59fa204bdb42c8c591866d759825034f 2,709 1.00/1.00 vMB 14
554,043 554,043 00000000000000000007e6fb43911908ab098ac0f4a4bfcbe0188a2cea3658aa 1 0.00/1.00 vMB 0
554,042 554,042 00000000000000000003ae6544e216cb92ce9d9fd4bdb72bc25a9f7f9bac5093 1,243 0.90/1.00 vMB 1
554,041 554,041 00000000000000000020825d5896d8fd59c4aafa497114d4a4398dbc7c6d2fae 2,713 1.00/1.00 vMB 19
554,040 554,040 00000000000000000027487d98ec7b259ac6ae19d185076682d9f067a2faeaf7 3,015 1.00/1.00 vMB 15
554,039 554,039 0000000000000000001ec4dff3c63979faf6a025ed885080130526928db4bce2 42 0.02/1.00 vMB 19
554,038 554,038 000000000000000000319b7313fa9b8d96f6a3c8b690ffbafa3a00d88868b30d 2,772 1.00/1.00 vMB 17
554,037 554,037 00000000000000000003fb2683f53b9fe8be8a5037ddaf1e7aa8075501b3cf59 966 0.46/1.00 vMB 10
554,036 554,036 0000000000000000002ce88c09ad456b35bae9c10259eb54257660fdb4eb0063 698 0.33/1.00 vMB 11
554,035 554,035 0000000000000000000f3b8a0f0b2c3ad62161cf767624a0787297fa0f3ede14 1,014 0.34/1.00 vMB 13
554,034 554,034 0000000000000000002baa158462a1bb96a4f29e034f0d285826166a04428b3d 1,080 0.43/1.00 vMB 10
554,033 554,033 0000000000000000002e0a972bdbb26af6d3d0ced19ef730428ab831b5b0e35b 1,233 1.00/1.00 vMB 1
554,032 554,032 0000000000000000002741ce0b679ffc4f956ec270677a1a5b01cede0aa7d7bc 2,058 1.00/1.00 vMB 10
554,031 554,031 0000000000000000002ad903e1dcbb0ec08d54e9c374f49ae937a2b22f298235 2,074 1.00/1.00 vMB 7
554,030 554,030 00000000000000000024ad5eb4b3412c03c9bb62fa12d38ac5e7c8fd8f2652dc 2,120 1.00/1.00 vMB 4
554,029 554,029 0000000000000000000e14f52d7b0eb830845b834b86768eed2552acda2f9f6e 2,827 1.00/1.00 vMB 13
554,028 554,028 0000000000000000002bfac06104cadf6545b1f5eed3c2aa0e8d9630029c44cd 2,923 1.00/1.00 vMB 27
554,027 554,027 00000000000000000004bedfaf76a79ced576f29a5d608c22b50524a92f6244d 2,694 1.00/1.00 vMB 15
554,026 554,026 0000000000000000002ba32b13a9af3d8199c6af8de6bf2327bca208feb7d8f7 2,053 1.00/1.00 vMB 11
554,025 554,025 000000000000000000247ff4181fe9aa919a6dfd496c325951dd86e76ec683a9 2,594 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.77 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: 709.31 GB
    • Received: 16.87 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.