Loading Tool

Explorer IconExplorer

Memory Pool

77,188 transactions
33.60 vMB
0.13599474 BTC
Random Selection Loading Transactions
Max Size: 188.52/200 MB

Candidate Block

Mining Attempt 4e102636e3cee8e3281f718177b565cddf4a60f712d0a02802b13e4881536b85
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 2deb73eec1b3b19499b08237fe1a28284ba412a79f5308237e42f6df4344ca9c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,412
Size: 1.00 vMB
Total Fees: 0.02706028 BTC
Feerates: 100.53 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (476,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,944 438,944 000000000000000003cf999654e0ea6abf650e900bb0a1073b5a7e80e4331533 2,233 1.00/1.00 vMB 54
438,943 438,943 0000000000000000023b55ffee4a36e3c0a1785354134fa9d35288fea7237996 2,443 1.00/1.00 vMB 58
438,942 438,942 000000000000000001462922cc8b53bc763f6de088afadfb28487329ba15cb8b 2,938 1.00/1.00 vMB 95
438,941 438,941 000000000000000000eef15cb12ad76cc4f4b2f030f07a0770ed7c62750d310d 1,524 1.00/1.00 vMB 36
438,940 438,940 0000000000000000013e85da6493a66b3259c7bd60c42e8337f6bcbbcf5ffbdf 2,695 1.00/1.00 vMB 59
438,939 438,939 00000000000000000094464e3f0b06f0113ceb6c0caa3d6a7364cf5771afab27 2,183 1.00/1.00 vMB 63
438,938 438,938 00000000000000000150f17d6c1e62bcdc50d405dd3216562563b1e3b51015cb 2,803 1.00/1.00 vMB 89
438,937 438,937 0000000000000000022744db7890b4dd91545257536d36aa72f5161660d6d15a 1,727 0.95/1.00 vMB 44
438,936 438,936 000000000000000000ce8a5438e78291df6fa72850a69d0d6982c581a32b5b70 2,580 1.00/1.00 vMB 73
438,935 438,935 0000000000000000026ca5839d78fc76d9b27e4b70674928d8674614fcbb9f22 2,852 1.00/1.00 vMB 66
438,934 438,934 000000000000000001283b0785df1fed9596c9e8f908d02d97327a061814432d 2,327 1.00/1.00 vMB 88
438,933 438,933 00000000000000000058c89264bea351915bbca0b98d2fd2c4fcb7c69a83991a 2,856 1.00/1.00 vMB 87
438,932 438,932 0000000000000000002af83cd545b8b80fb5fd64570c5a3eef14f4e95d26d1d4 535 0.22/1.00 vMB 71
438,931 438,931 0000000000000000036cd27f7068b24e844ea13da6842f4006085bb14a07f12d 464 0.26/1.00 vMB 55
438,930 438,930 000000000000000000baa56d71e50e6b8c7a4d48d190955b20bd95fc9495c53d 988 0.46/1.00 vMB 68
438,929 438,929 0000000000000000009190855f177c33e84b88e51ddd590273a1e0ba7119a0e1 1,736 1.00/1.00 vMB 48
438,928 438,928 000000000000000001f769d504b0f09849e2138a059f49d3e87dde5655fa86db 552 0.70/1.00 vMB 20
438,927 438,927 000000000000000001f9d0376b59cfc3c9a8df0b68e6e051f1e12dba477d3bfc 2,328 1.00/1.00 vMB 63
438,926 438,926 0000000000000000028fbdfc20c72076c29ac9d8a1528a30b4704befd7a297e9 2,016 1.00/1.00 vMB 54
438,925 438,925 0000000000000000009204192c32aada7ec1d0255ef67715e14223742cd436bd 2,521 1.00/1.00 vMB 65
438,924 438,924 0000000000000000024eed954d6b43734ed53399cb906c9763ef7a591d7d77ed 2,363 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 783.11 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: 733.25 GB
    • Received: 18.54 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.