Loading Tool

Explorer IconExplorer

Memory Pool

39,747 transactions
25.88 vMB
0.05342730 BTC
Random Selection Loading Transactions
Max Size: 134.43/200 MB

Candidate Block

Mining Attempt 1201007c8a54a009c7171fe60eb9570202dd3d7d1d2d0adb495d90804cc0b485
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root c4dac673256375f3122bf976e7de93ec50658c6efabf36f377661b347e43bc79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,047
Size: 1.00 vMB
Total Fees: 0.00647442 BTC
Feerates: 40.21 > 0.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (538,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,536 376,536 000000000000000008911543c3703b81c5f11baadebb2c738a11eee35060f786 505 0.24/1.00 vMB 38
376,535 376,535 00000000000000000bd63dba5a47daa4a5e8c7c573deda15c1adff686c0a1353 520 0.31/1.00 vMB 27
376,534 376,534 00000000000000000d7ca71de32e5813f6673548eafac14cd49142c059020c1b 1,253 0.77/1.00 vMB 33
376,533 376,533 00000000000000000cdfb41b94687768d8ce7d397e9878ecc722e38e48543ad5 345 0.23/1.00 vMB 27
376,532 376,532 000000000000000003fbb6909c6f4fd282b66ead4d5b791dadebd2d1f076b5ca 1,168 0.88/1.00 vMB 20
376,531 376,531 00000000000000000d7e88b4cbf9e7be11380652e1c4b8cc9013063f3f7e9d13 2,482 0.95/1.00 vMB 49
376,530 376,530 000000000000000006db39f06f2f626ccf2f2dafd2410847bed49522c6983f5f 591 0.75/1.00 vMB 15
376,529 376,529 00000000000000000e85ac3e642e173f9a6b73b6103530a9776c67ef7b4f8bb3 2,439 1.00/1.00 vMB 42
376,528 376,528 00000000000000000550bff9b2673af23b57dffe7641d371fa25e271e94e2ad6 148 0.14/1.00 vMB 27
376,527 376,527 00000000000000000d6ca16b3b54c1d98244fdbffc85f2af0206829d0778a25a 756 0.37/1.00 vMB 37
376,526 376,526 00000000000000000d271d7ca3e04e564b4cfa9168506eccaf9c2f213e975dd0 990 0.53/1.00 vMB 34
376,525 376,525 0000000000000000006f2abe95e361b73289e4a79ba3124801896f6b7dc8d977 1,689 0.91/1.00 vMB 33
376,524 376,524 0000000000000000036936729fc15b74b74e774c9be941ce6109be2952276865 334 0.20/1.00 vMB 27
376,523 376,523 00000000000000000368227ec1de9c27c14d23cb7be9e9f38c0082db79a87c49 1,420 0.64/1.00 vMB 37
376,522 376,522 000000000000000010b0f550562b743c2e4dc5af0385ea58a6ece32d8783a091 850 0.36/1.00 vMB 39
376,521 376,521 00000000000000000a467958096f9e6c3f7bc8332d58d6d508dd4e965923d8e8 1,297 0.85/1.00 vMB 33
376,520 376,520 00000000000000000ca626374f25dadbbb9245e60563a4d876f3c73070ad3849 1,138 0.65/1.00 vMB 33
376,519 376,519 0000000000000000102f6eb0772c453a0ad0e10a6f720f41a7f008a7d329ef66 233 0.12/1.00 vMB 31
376,518 376,518 00000000000000000430194cb6c745b5ff40c38de5436d511b25a1bf155a9801 870 0.43/1.00 vMB 34
376,517 376,517 00000000000000000d71c900b3d05117b6bb1163ab9c8a11134a40eac5edce8a 554 0.47/1.00 vMB 21
376,516 376,516 0000000000000000039c5870fa13328e17c0943a8cb5e4a6d4766ba4acb10db0 116 0.10/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.17 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: 653.45 GB
    • Received: 13.89 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.