Loading Tool

Explorer IconExplorer

Memory Pool

84,628 transactions
32.75 vMB
0.08308072 BTC
Random Selection Loading Transactions
Max Size: 194.05/200 MB

Candidate Block

Mining Attempt bbb0cf7f13e9df9d0c2dca3daec961e2d8691749e21fd4d8ccf25fa9f29cf35b
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root aefa1e1e9b3ff0425e246c17c07a97deb20b47a2536f3fcad291fdf5cfb4b4b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,369
Size: 1.00 vMB
Total Fees: 0.01818956 BTC
Feerates: 120.64 > 1.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (71,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
843,531 843,531 000000000000000000030e01492b76f05e67aa4c9a262228fcdbdf352858272c 2,136 1.00/1.00 vMB 10
843,530 843,530 00000000000000000001f5b7cf72ee59a821155d01c774521bb62acdb08c32e4 3,947 1.00/1.00 vMB 14
843,529 843,529 000000000000000000021202348c83cd2afef898041c1412b4049f6cc17940c7 2,500 1.00/1.00 vMB 10
843,528 843,528 000000000000000000008d02029888d970a62fc0562446a1e1e717d9f566dbbe 4,581 1.00/1.00 vMB 10
843,527 843,527 00000000000000000002b543b5a25b9fb528ca68006a4127e68b3cde0d2249b7 4,112 1.00/1.00 vMB 16
843,526 843,526 000000000000000000012c4607cf59ecee15b0fa6f0e8b962e0790a599a68862 4,464 1.00/1.00 vMB 14
843,525 843,525 00000000000000000001a3dd27ff512c9bd675739f608a660b09a4e483f5c231 5,224 1.00/1.00 vMB 11
843,524 843,524 000000000000000000027a35109d2f9850622de2883984d1ebb9450cd946a20c 5,150 1.00/1.00 vMB 14
843,523 843,523 00000000000000000002c6818281e60d2eadcc3918749f050ba02b49c82bf7e9 3,693 1.00/1.00 vMB 17
843,522 843,522 0000000000000000000226567cfe5fe55bf74ac5c29e97351b02e77281c1f56d 2,615 1.00/1.00 vMB 14
843,521 843,521 00000000000000000002e7abc6288a755637b37b143c2f216ae8c4224bed52d7 2,309 1.00/1.00 vMB 13
843,520 843,520 00000000000000000002eb745a07bd8fbc6a8fad43a2344cd4a6db5235391887 3,251 1.00/1.00 vMB 15
843,519 843,519 00000000000000000000dcfc809de216da158d8458e8a8059239bc3d5f885da2 3,129 1.00/1.00 vMB 21
843,518 843,518 00000000000000000002a0ae683cb003998f2cd03468c685359cdfd37316e046 2,506 1.00/1.00 vMB 16
843,517 843,517 000000000000000000022a5248c1173f398c15298a63b6512bd7e27a0ff99654 1,377 1.00/1.00 vMB 14
843,516 843,516 00000000000000000000af4c57738e5e3d95524b938fbe4436e42ca3c535746c 2,409 1.00/1.00 vMB 10
843,515 843,515 000000000000000000034fd505363f91d5077c7ec76ca0f041fe73bcf87ccb5a 4,513 1.00/1.00 vMB 11
843,514 843,514 000000000000000000014dc48f0d3ef4c3e1b20c6cd380e778eb0a16370ddf20 4,878 1.00/1.00 vMB 11
843,513 843,513 00000000000000000002e38a6612e151c4f1d7531cd9bdc2e56c116f0eec9445 7,005 1.00/1.00 vMB 11
843,512 843,512 000000000000000000034153febf1a896d52ec61dc1ef2054671b33be01284d6 4,708 1.00/1.00 vMB 12
843,511 843,511 00000000000000000001ab0f52fa3914c3480aa10d0b94b5713896c1242d8932 2,516 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.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.