Loading Tool

Explorer IconExplorer

Memory Pool

46,817 transactions
27.41 vMB
0.06051887 BTC
Random Selection Loading Transactions
Max Size: 145.83/200 MB

Candidate Block

Mining Attempt 0dc3432edc977b03ef700cd4b569c9a80b2892eae34deec9ff862cc874812714
Version 20000000
Previous Block 00000000000000000000d64a7a53739de8cbf743e04f26b2708699d63bab0143
Merkle Root 1ee481e6b65abe71ca2980ae857e2ed2d695f95170adf2262c879d25406fe778
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,788
Size: 1.00 vMB
Total Fees: 0.00939735 BTC
Feerates: 100.28 > 0.94 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,775 (857,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,922 56,922 000000000208055b3dac8096a308419b199b44bbb3724f240b0abb6f071c0f00 1 0.00/1.00 vMB 0
56,921 56,921 000000000158d8b6c54fb509c37457a03826dfb46942396ced846ce4f9aa3af6 1 0.00/1.00 vMB 0
56,920 56,920 000000000d56b1d4462c57dc632c2a0a22bd95034a5af2cb3818718457cd3b64 1 0.00/1.00 vMB 0
56,919 56,919 000000000947b52eec1a261e695433ece882a69b55f4555a39f0a06a7865fab4 1 0.00/1.00 vMB 0
56,918 56,918 00000000111c8ba0747e2922645d83ef4608e91a6688218e005a7ad805d18bf4 2 0.00/1.00 vMB 0
56,917 56,917 000000000bbd36aa198f96fd2f495ca234180c019733c25b8e4690820d8a1214 1 0.00/1.00 vMB 0
56,916 56,916 0000000009a4f68fa9b3811e6aefc07ef6eb2932e9b5de10ae8a54d67c8179dd 1 0.00/1.00 vMB 0
56,915 56,915 000000000e9b840d749534843045d87b3e0c3d36bb4d2a2ae667cd6e60c767a0 1 0.00/1.00 vMB 0
56,914 56,914 00000000056933988b5c787b9efe54c386c6f5a72ab669923361715cf2f7ce54 1 0.00/1.00 vMB 0
56,913 56,913 0000000009eb6ef7125126b8c58d0ab5cad5ac8968a3580054cde8160df61789 1 0.00/1.00 vMB 0
56,912 56,912 00000000013cb6902425af0426ac3b2843d71d410b892b8f5a4327ee8b0bd8c0 1 0.00/1.00 vMB 0
56,911 56,911 00000000038e5a726ac40140dea6b37f01261af7d32dfb72abda1016d2e45272 1 0.00/1.00 vMB 0
56,910 56,910 00000000113eb2fc4e2b40edaf7523e79b9b09740b0704fe102e63def8537970 2 0.00/1.00 vMB 0
56,909 56,909 000000001040213a0bb00c5b7a66e1226cf241018860351b2e93ff8a652ea7d2 1 0.00/1.00 vMB 0
56,908 56,908 00000000151e2da9f1d3e55dede61eb7d3a9d0025002ae871549c3ad31ae15e2 1 0.00/1.00 vMB 0
56,907 56,907 000000000c4c3db366c93757e370b034a76d5c28e3645a8fd4b3de302bd56588 1 0.00/1.00 vMB 0
56,906 56,906 00000000095bbcc4dc85be2046411d938a75096d9d6821514595771369a5af68 1 0.00/1.00 vMB 0
56,905 56,905 000000000722d7e883593f230fbd00c57319c16aa5725f7beb4606efb056273f 1 0.00/1.00 vMB 0
56,904 56,904 0000000005ba667326c2378a874eeb9aedad304931ae43b80b46b5aa9488a478 1 0.00/1.00 vMB 0
56,903 56,903 0000000014e87dfa6d9432c66dd45dadf95797f5f1025d009b6ff5951931aa8b 1 0.00/1.00 vMB 0
56,902 56,902 00000000138d8c4ac616eaf6b0b19ba7169dcd603291caebda01e77e174d9cb6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.99 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: 648.51 GB
    • Received: 13.05 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.