Loading Tool

Explorer IconExplorer

Memory Pool

35,087 transactions
25.72 vMB
0.08145747 BTC
Random Selection Loading Transactions
Max Size: 130.47/200 MB

Candidate Block

Mining Attempt 959d9e783ae0423f51f45629d33d9902cfb22713562b5a06ab048ac0de05cdb3
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 8f16d25745ddbea2a8bab3ac4eac6d58cace74aa8b27ebbda34c7e8bd06c9591
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,862
Size: 1.00 vMB
Total Fees: 0.02910956 BTC
Feerates: 150.71 > 2.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (473,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,856 440,856 00000000000000000298a51b1de93f421192632a5f988ac5fa9b2440e46409fe 1,539 1.00/1.00 vMB 47
440,855 440,855 000000000000000000fa2d922574b4fd9c8d78fa28f12bb0596e98d738657115 2,745 1.00/1.00 vMB 83
440,854 440,854 000000000000000002dff034963b29682cab72573323f85c2ca4631112f6d22c 1,655 0.71/1.00 vMB 63
440,853 440,853 0000000000000000034fcb29692e51ec39d43f657bf5fcdc0e9ba8dfdc066c8c 2,500 1.00/1.00 vMB 93
440,852 440,852 0000000000000000000748406e42f35a8d2cd7ab89af01a866e821af3f300560 2,530 1.00/1.00 vMB 85
440,851 440,851 0000000000000000016485aec1551287568b4bb379dd954f98d6e85821e1e821 1,117 0.98/1.00 vMB 36
440,850 440,850 000000000000000001651f3221b45b4f12309a890a4b5d848ff782ab537506ae 1,548 1.00/1.00 vMB 43
440,849 440,849 0000000000000000014ca10e3da2ea2733d0aff369f9883da9e5194bdef24a45 2,477 1.00/1.00 vMB 83
440,848 440,848 0000000000000000033a0d0e5563530678a00669c58a4a39b4ebf1e654d38b01 2,388 0.93/1.00 vMB 85
440,847 440,847 00000000000000000243e53720e8284835908d72e2942733daa38161ff455676 2,498 1.00/1.00 vMB 65
440,846 440,846 0000000000000000007dc7f74a489504cd371f4ad89a64e634b5b55f71949ba4 2,415 1.00/1.00 vMB 84
440,845 440,845 00000000000000000012e543542d071273220c6cea1e2dcc771765b7af431195 2,426 1.00/1.00 vMB 98
440,844 440,844 000000000000000003e42855b23e5f14f563a9525012e42d0451840f9478af93 2,366 1.00/1.00 vMB 95
440,843 440,843 0000000000000000027222071d5f7474d2d723d6a54cc28c7ebeb0c1e7f88a0b 2,198 1.00/1.00 vMB 62
440,842 440,842 000000000000000002d46f92596e881f4c22965b7ef73092b05ee2a4b780972a 2,658 1.00/1.00 vMB 96
440,841 440,841 00000000000000000360eeba8805261ffb6468d9233a7253e1b70821cbb8155b 1,125 0.57/1.00 vMB 79
440,840 440,840 000000000000000002f266d89c44e937b2dedafe4cf74bb8460f8a9143a23883 1,544 1.00/1.00 vMB 46
440,839 440,839 000000000000000000e10ca0aa680621313d41598ed406d34869b967d800ad06 1,880 0.75/1.00 vMB 94
440,838 440,838 0000000000000000020cabb322cf85ea9c943f2296828e038c204cf8fc2d1ac7 1,519 1.00/1.00 vMB 45
440,837 440,837 000000000000000001d19670e0617bacd33d4c3e9cb1c1e34ca289e41aca8be7 1,329 0.64/1.00 vMB 72
440,836 440,836 00000000000000000113b0c09edbcc5b4d48888700b50ee5b98c92486103ed3e 1,722 0.70/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 781.87 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: 642.87 GB
    • Received: 12.56 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.