Loading Tool

Explorer IconExplorer

Memory Pool

76,372 transactions
28.14 vMB
0.08434120 BTC
Random Selection Loading Transactions
Max Size: 171.42/200 MB

Candidate Block

Mining Attempt 1ebad7cd367ec3a5fe7a2efd6985a06f231fd747bbc9d50c70dbf817663e29e3
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 4484ec9bda73dd386a2a844c4cd3a3771d461d35d8d2c49ec9d9fe63ad278956
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,036
Size: 1.00 vMB
Total Fees: 0.02353178 BTC
Feerates: 150.93 > 2.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (357,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,657 557,657 00000000000000000030db33a27e6d79d72894bf507ba5768079b0e0f9358b66 261 0.49/1.00 vMB 3
557,656 557,656 00000000000000000014570d18705284ee247624a7c15451812875bae6cba4db 2,561 1.00/1.00 vMB 14
557,655 557,655 0000000000000000002f00786b00ccd1e0b4a8fb1a83d85ae6c9c997fd2d97d8 2,392 1.00/1.00 vMB 6
557,654 557,654 0000000000000000000fb5960d4ccb330b491960926ca52bea139c325e528da1 2,775 0.99/1.00 vMB 17
557,653 557,653 0000000000000000002fb0bfb11f38683acbbcdd85fd0c5a060db87529495132 2,962 1.00/1.00 vMB 9
557,652 557,652 0000000000000000000f4a0c5fbb86ba10870da6d41ae6f7c5451270f27bf77d 3,020 1.00/1.00 vMB 29
557,651 557,651 0000000000000000000650c34ef417d8a8f11801466fdf5eaec170e187fdb2a7 693 0.22/1.00 vMB 2
557,650 557,650 0000000000000000002f3c4023df52db8b82554007a1845c56e46146e0bf2678 2,689 1.00/1.00 vMB 19
557,649 557,649 0000000000000000001ddaad766231544864eea34e13e08dc28c2e88805858de 1,737 0.63/1.00 vMB 8
557,648 557,648 0000000000000000001481dbf321c1dab19264fd6b9cb3ccb2786947c6c0648d 2,583 1.00/1.00 vMB 14
557,647 557,647 00000000000000000007acaecfeb3096a5fd51df760602aa92a07ca9e2badda4 3,181 1.00/1.00 vMB 13
557,646 557,646 0000000000000000002ced661f95157acd0f511e25eb902f06becbcdb0a5fb8a 2,981 1.00/1.00 vMB 18
557,645 557,645 00000000000000000000af29c9bbfb6a79a27f858b0714f1eba1bc052cef9ec4 2,061 1.00/1.00 vMB 1
557,644 557,644 0000000000000000001ecbce8782f80b6cf4d7fb1b09d9a3a5418df367417f19 2,781 1.00/1.00 vMB 18
557,643 557,643 0000000000000000000de78f8a95051eed26f1b6763a87060c6e7ca2666517f1 2,618 1.00/1.00 vMB 16
557,642 557,642 00000000000000000019e796d177a5795ff841d0453c7a0e0da114d4591e648e 2,536 1.00/1.00 vMB 5
557,641 557,641 0000000000000000000e90e0d2bf4b383a62181e05020015de5fc80c0c2881ec 1,893 1.00/1.00 vMB 10
557,640 557,640 0000000000000000001071b2d4b70cfdafe47d0e142914a4054052293da6c27c 2,435 1.00/1.00 vMB 26
557,639 557,639 0000000000000000002a9877e42306f876310101eb167070728d32c5ad139155 3,330 1.00/1.00 vMB 22
557,638 557,638 0000000000000000002984eddb0de86dc8eff17c0e9bea44339d5f88bbc72cdb 3,067 1.00/1.00 vMB 27
557,637 557,637 0000000000000000000d83173d83a3a4380e783d52b25b81dc20023dc655581d 3,253 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.44 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.