Loading Tool

Explorer IconExplorer

Memory Pool

80,949 transactions
29.82 vMB
0.12026665 BTC
Random Selection Loading Transactions
Max Size: 180.12/200 MB

Candidate Block

Mining Attempt b3bb42c618068c0d834bb6b1a8bbcdb14a5bd2c697e5ce263a11d150ef673179
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 063af3cfc5bff684ee02a146d8aba349cf807750b2d8e5a323cf9b03db5dc74b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,329
Size: 1.00 vMB
Total Fees: 0.05004810 BTC
Feerates: 477.45 > 5.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (415,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,827 499,827 0000000000000000002235e5871648009566eac500fd21ee1261f6cb0bf6ea20 2,296 1.00/1.00 vMB 319
499,826 499,826 0000000000000000002ac80558d15a39a344c53729fcae19cbef50e1019a8cc1 2,443 1.00/1.00 vMB 296
499,825 499,825 0000000000000000004a88230f4e4bad53383475d2ca78fada41abb767035edc 2,739 1.00/1.00 vMB 389
499,824 499,824 000000000000000000932ac5ea99da940a1e6c832217f29332a6f3995b6b088f 2,189 1.00/1.00 vMB 318
499,823 499,823 000000000000000000680817ae1442e6bf6493e3d48aa294f915d51161540f67 1,646 1.00/1.00 vMB 225
499,822 499,822 0000000000000000005cc6662bb3fa4eb6230f96e3f631fc693d0421de1f7273 2,458 1.00/1.00 vMB 348
499,821 499,821 00000000000000000045f6fb68f163df560e87f6dfa7b45c8912c24260e6560c 1,847 1.00/1.00 vMB 252
499,820 499,820 000000000000000000126e8f459cdfd5c5a17f8ee97fb1d2c5129a9fed26ae54 2,088 1.00/1.00 vMB 362
499,819 499,819 00000000000000000050536ce91d78cef439254d8324c090daead3b81c32799b 2,136 1.00/1.00 vMB 313
499,818 499,818 0000000000000000009aaf1dbe884faa018e1b6c10b184ef640b041a98f98f6a 2,550 1.00/1.00 vMB 355
499,817 499,817 00000000000000000055ace26fab4d0689cdd93540d7f923292db4086b5d4571 2,337 1.00/1.00 vMB 341
499,816 499,816 0000000000000000000217e5297799b3d6f66613b737174ab338661d07e55c4e 3,002 1.00/1.00 vMB 402
499,815 499,815 000000000000000000347ebf693569a8bf67a73676e321a1c406cceec00e0b39 2,484 1.00/1.00 vMB 434
499,814 499,814 000000000000000000802761a19b30b51f344eb12280ce70c68c218358afcefe 2,868 1.00/1.00 vMB 402
499,813 499,813 000000000000000000043cf9cf34ca36a2a49b92e016ae913dbde8e2797d12a8 1,482 1.00/1.00 vMB 406
499,812 499,812 000000000000000000a3dfe59a6088d6e45f8106364ecc92deceb827ad7d9768 2,649 1.00/1.00 vMB 375
499,811 499,811 0000000000000000001d2cf4e9abf0eb920d684fdedd25a03ad01644aeb6e79f 2,130 1.00/1.00 vMB 381
499,810 499,810 00000000000000000010e4fe33d933fbb851d8d9db9a410b0bd8b2a8a45b9d40 2,061 1.00/1.00 vMB 428
499,809 499,809 00000000000000000078247260ff484eb4a5a9579b38de8e3f040afaadb61861 3,022 1.00/1.00 vMB 419
499,808 499,808 000000000000000000586048c9428a48697c64ccbb84c243321e3f8ce4d0f84a 2,789 1.00/1.00 vMB 429
499,807 499,807 00000000000000000068d8c7b776a9079904dfe4fa7b093c40cbb64aa77af2f6 2,720 1.00/1.00 vMB 363
Previous 10 blocks ↓
Total Size: 782.63 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: 672.21 GB
    • Received: 16.18 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.