Loading Tool

Explorer IconExplorer

Memory Pool

39,755 transactions
25.88 vMB
0.05345214 BTC
Random Selection Loading Transactions
Max Size: 134.44/200 MB

Candidate Block

Mining Attempt ccaf8d8ed710ed367f6655487b5997cca75c0b3c77dd2af73fef76b9120e9447
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,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,543 376,543 00000000000000000c48992f781b0e10a6f2f3c59aaaba234d524621242c9eea 2,472 1.00/1.00 vMB 49
376,542 376,542 0000000000000000003e73d3b16e595ba0256e2da17434caa0978143d6005d8c 181 0.13/1.00 vMB 30
376,541 376,541 00000000000000000c8517bb91f3450ecfa48f859de56873ec590362ae3a7464 644 0.31/1.00 vMB 34
376,540 376,540 00000000000000000aaa7956e6bdc79a85ebe6bb9f0708dc8222111047a364f6 1,316 0.64/1.00 vMB 37
376,539 376,539 00000000000000000719a59e828cb213421cc4e5ce0e7d7c93786580938af113 87 0.05/1.00 vMB 22
376,538 376,538 00000000000000000945f8b50cc5fcdcde9c22de3a0a72673b9bcab66c5af8dd 1,673 0.81/1.00 vMB 35
376,537 376,537 000000000000000000650af8eb2e81221cb06d4f98daa17503bafe67c45f45a7 1,324 0.55/1.00 vMB 41
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
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.