Loading Tool

Explorer IconExplorer

Memory Pool

74,008 transactions
28.87 vMB
0.07288231 BTC
Random Selection Loading Transactions
Max Size: 175.04/200 MB

Candidate Block

Mining Attempt 6b5cf7252fc6f5fc0009c863922dac9313c940f978c42e94489f501f31236a41
Version 20000000
Previous Block 00000000000000000000e985b7b1cc1a76854a465d8850041916727dd53fce69
Merkle Root 5c24942db4677684c327f52a0f61d313b240fc0554d5c3d15c4f49a45d80f419
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,106
Size: 1.00 vMB
Total Fees: 0.00901403 BTC
Feerates: 251.14 > 0.90 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,437 (81,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,871 833,871 0000000000000000000151d8b42f40f2b4152966300c01825ee5f2cc036a56eb 1,240 1.00/1.00 vMB 14
833,870 833,870 00000000000000000001973fb33bc7cdfd88b1f98843917beea29f5f928a4f43 2,019 1.00/1.00 vMB 28
833,869 833,869 000000000000000000022b81888c82f5b762527fed642adcb1930f1a0c9f0dce 160 1.00/1.00 vMB 12
833,868 833,868 00000000000000000000141b7b87fb65fd04d4f3fe2728f36bd09a5e5292b50d 3,002 1.00/1.00 vMB 26
833,867 833,867 00000000000000000002f932b6e72c1e06285025f95d7fcfa522ae83efddc2ad 1,619 1.00/1.00 vMB 17
833,866 833,866 00000000000000000000a5085a5a0d93c49c33e44328e0e6c6ce2d947bcf9d16 2,549 1.00/1.00 vMB 20
833,865 833,865 000000000000000000032b8532f93224df3e5b9c3d3e263a4659be1b25f94051 2,551 1.00/1.00 vMB 35
833,864 833,864 00000000000000000000e10bd9a4542fabf1094132abcdc98b8347248d929e80 2,301 1.00/1.00 vMB 19
833,863 833,863 00000000000000000001b9fb8499eaaec3fa88f0f7838c8d67a2dede00e328f1 2,786 1.00/1.00 vMB 29
833,862 833,862 000000000000000000036bf91a635dc8e4fbcb9583070d5f53f73787ba26e075 2,085 1.00/1.00 vMB 16
833,861 833,861 0000000000000000000162590fb65944eca9c94f2f159c5659f5ee4907d152ec 1,937 1.00/1.00 vMB 32
833,860 833,860 00000000000000000001525eec48d31729f1d988a3989402e4d442cd04e059ce 3,035 1.00/1.00 vMB 24
833,859 833,859 000000000000000000022ae0ebda9b312b76d3e48ea2d4a9dd75d22cf71ac1c0 2,250 1.00/1.00 vMB 31
833,858 833,858 00000000000000000002d1edff63417df2ae54e47a6849696a3b0d2e911ad572 1,663 1.00/1.00 vMB 21
833,857 833,857 00000000000000000001042c3807a05b5744d2fff971d13f8e639bec44220c84 1,803 1.00/1.00 vMB 20
833,856 833,856 00000000000000000002f7f4cf3e60a0aaee212cbd59e79750ee906222476dc4 1,754 1.00/1.00 vMB 18
833,855 833,855 0000000000000000000337e43cbd3728e893af219b8222a910d2fb29a8566249 1,904 1.00/1.00 vMB 21
833,854 833,854 00000000000000000002bfa012db4d72578d378ef69b2ede701da157660e6cee 1,815 1.00/1.00 vMB 20
833,853 833,853 000000000000000000018f4f6ee6e375a1cf073e80dc55a96891a7e854e0e23c 997 1.00/1.00 vMB 17
833,852 833,852 0000000000000000000067857d36d6811f7ae2cc30dc6891b34edd949834f751 1,021 1.00/1.00 vMB 17
833,851 833,851 000000000000000000006f11d7cc9a0b7614207aeaafeac600410861a9c6303a 335 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 783.15 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: 745.17 GB
    • Received: 18.72 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.