Loading Tool

Explorer IconExplorer

Memory Pool

73,951 transactions
27.39 vMB
0.06823480 BTC
Random Selection Loading Transactions
Max Size: 167.07/200 MB

Candidate Block

Mining Attempt 039c0eb6320ef5dc3519fcbfe66fc5be6f1e41dbd3245d4b2e1e4f9d52ad49eb
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root f36b4034993acce6cfa6b0068a5665f5e336d28e700375b43a2810634e5d1b5a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,990
Size: 1.00 vMB
Total Fees: 0.00991155 BTC
Feerates: 98.68 > 0.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (520,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,863 394,863 000000000000000004807e0a833586520476fb17aabbabcd2d35aabaabf4c977 897 0.41/1.00 vMB 49
394,862 394,862 00000000000000000292172c0a3af455fbaa3a7e3d99c023969eefaf42c565d2 658 0.23/1.00 vMB 77
394,861 394,861 000000000000000007fae09cb14404fa51f002a1ad78e4925f1fd030b1ebd472 1,226 0.72/1.00 vMB 35
394,860 394,860 000000000000000009481da121897eb8ec72b3efbd6c89cedbce9626901793e7 281 0.15/1.00 vMB 32
394,859 394,859 000000000000000001949cf38b39fa780f5b5303013429ea7cf531245a606b4b 151 0.06/1.00 vMB 41
394,858 394,858 00000000000000000241e69cad87dd291c69d434d5073a7bcc38d4371ec1e870 653 0.32/1.00 vMB 51
394,857 394,857 0000000000000000082af30867a5b69eb4f36130da5edecfbc493c23a526d4b9 833 0.40/1.00 vMB 39
394,856 394,856 00000000000000000015695c0f0c9485beba6256805f0427ad129581dd58b2fe 463 0.99/1.00 vMB 5
394,855 394,855 000000000000000005c7d59a1ca81192d9aa68dbf014673d80a0bb27a9c696b7 1,139 0.48/1.00 vMB 54
394,854 394,854 0000000000000000065d4a46875088f06ca24f22a03ec658f563091cef1a482d 493 0.37/1.00 vMB 36
394,853 394,853 00000000000000000363ed818000f8785714a32c3b0758f0e999fb3781b006e6 1,149 0.36/1.00 vMB 85
394,852 394,852 0000000000000000042e6ed38b088b0853e5f4083ff8746331fc77c21ff1c463 1,394 0.69/1.00 vMB 43
394,851 394,851 000000000000000002050da6fb11293902961bbc9c8e15b68e67fa2d7864d2f7 426 0.63/1.00 vMB 15
394,850 394,850 00000000000000000502f71b8819c780b5e139c1f24035eecb83410fa0325781 1,169 0.88/1.00 vMB 25
394,849 394,849 0000000000000000035b8cc5f41e0e8377b77bad569adecb37aca06d3d061aff 957 0.99/1.00 vMB 16
394,848 394,848 000000000000000001e6b57cbf5ebed2e9c44ce5a6e06696656917bea1ce96cd 2,608 1.00/1.00 vMB 56
394,847 394,847 0000000000000000032f8af45b122decb40a6e823e795f3e9dab0d7e4c9ef4ea 2,322 0.93/1.00 vMB 51
394,846 394,846 000000000000000006fbb6c3a068d2c97d2a28272b3c8220ad8e1d0530e2b06e 2,994 1.00/1.00 vMB 67
394,845 394,845 0000000000000000037ab5eafb95df0ee2ae04d3e11e5f25e2ecbe9f6692a4ec 183 0.15/1.00 vMB 31
394,844 394,844 00000000000000000106afccf7163ed4effc1a1a81cc06bc052251091fd74bed 1,307 0.71/1.00 vMB 39
394,843 394,843 00000000000000000698fcc7e58cca03932e88b8e82ffd2b8350dba6738c44fa 1,117 0.47/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.89 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.37 GB
    • Received: 17.36 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.