Loading Tool

Explorer IconExplorer

Memory Pool

83,158 transactions
31.14 vMB
0.09298377 BTC
Random Selection Loading Transactions
Max Size: 191.10/200 MB

Candidate Block

Mining Attempt 186f005a47d24056c53fc138000c81386019439b91d0535f73ee06d30edfea38
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root bea98f2ad1fd891e9acb88f7044957239207eec28b499859e00ac2bae942f90d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,741
Size: 1.00 vMB
Total Fees: 0.02274582 BTC
Feerates: 301.57 > 2.28 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (372,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
542,832 542,832 000000000000000000145cf76858a6b7e1fcfe5685005d5beb5512531a62c3b4 1,434 0.98/1.00 vMB 2
542,831 542,831 00000000000000000010390bf1f36acfce6041dabd767b5c5f777510dab8cce1 2,657 1.00/1.00 vMB 19
542,830 542,830 00000000000000000022d2403f8a68e874af8c106f95dc5f3f0f7179221aa9d4 2,430 1.00/1.00 vMB 13
542,829 542,829 0000000000000000002042fee5d27e0921ddf0245ed5cd278e6340a7bbf7eed2 105 0.05/1.00 vMB 31
542,828 542,828 00000000000000000010abae6b2bf8e9aefe5842ec0a9fd587b5e4e2abf15d54 2,524 1.00/1.00 vMB 24
542,827 542,827 00000000000000000011fdcae9555cca3b57d5b8063d7c2fda55cd08d2f226ae 1,106 0.65/1.00 vMB 12
542,826 542,826 0000000000000000001600321679ec03f9bab970b61d29b5b3a3cac5c4aab760 1,878 1.00/1.00 vMB 11
542,825 542,825 00000000000000000020798a5f620c19b2ba7dcda9d2d71c2840fc13ebcbc76b 1,266 1.00/1.00 vMB 9
542,824 542,824 00000000000000000016680b1afc7eaaab1356aea9042b81351a46015f209764 2,289 1.00/1.00 vMB 23
542,823 542,823 00000000000000000009214388f638a0754151e9034abf1ff82a44ad71a042b3 2,208 1.00/1.00 vMB 4
542,822 542,822 000000000000000000261f93eae4316accfba9f208dd6658af3fb151e51a138a 2,043 1.00/1.00 vMB 8
542,821 542,821 000000000000000000120b1d55248d9fde46be5e933b9c6938e77ad0ac25fe4d 2,384 1.00/1.00 vMB 18
542,820 542,820 00000000000000000005647c4483f94095ca2d991b28800d93cf1f8baa378b7f 2,562 1.00/1.00 vMB 25
542,819 542,819 0000000000000000000c03638468c4c5c6497bc9fab7cde6bcd7e2af4cec0d5c 2,941 1.00/1.00 vMB 17
542,818 542,818 000000000000000000155f1289c445127d0cfc360b8cc9f2c46c5850de607307 2,531 1.00/1.00 vMB 18
542,817 542,817 00000000000000000023936c5189062f9f9b05895d778c202e2f83f0d119a370 537 0.34/1.00 vMB 38
542,816 542,816 000000000000000000218866194a2bc15b92d7dccca1d328a2fa6a9c0befb039 1,893 0.82/1.00 vMB 18
542,815 542,815 0000000000000000000e910366ed9f8ea257c04929824ed14a41354d7c1728da 774 0.36/1.00 vMB 20
542,814 542,814 000000000000000000176dfb37bc5061e483291c13cfe7254b745299c396f881 2,083 1.00/1.00 vMB 6
542,813 542,813 00000000000000000007a11cdb355f11917d24c12d6f17421208ad2a551ebfff 2,411 1.00/1.00 vMB 9
542,812 542,812 0000000000000000002116b5f28c462c509ba0ce244de72d01e9a5d6a4d4278a 2,553 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.78 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.55 GB
    • Received: 16.92 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.