Loading Tool

Explorer IconExplorer

Memory Pool

39,205 transactions
27.15 vMB
0.07236226 BTC
Random Selection Loading Transactions
Max Size: 139.59/200 MB

Candidate Block

Mining Attempt e3270ece99037e95709f693ab3f81b4b7881894af1397b9082fe10f5f5b96358
Version 20000000
Previous Block 0000000000000000000117e35ba6b6f76113adff270db22d62cb0c4cdeb553ac
Merkle Root 2cee9e59e015f9b8b025f8a42982b8ff9d4bfb9108444b41225f91dd5be71ba9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,333
Size: 1.00 vMB
Total Fees: 0.01972096 BTC
Feerates: 100.53 > 1.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,303 (865,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,589 48,589 0000000005994c7a2a7b92c0b1540313d83a0bb235ea1ebf31eb0b4eeadae669 1 0.00/1.00 vMB 0
48,588 48,588 000000001440b6ac3ece87bc6acb5435e88cbf578238080fd47924f5761cfa65 1 0.00/1.00 vMB 0
48,587 48,587 0000000023c02334e691097bb2d03d3e2fe885fc1920299c557317c6f103b8b6 1 0.00/1.00 vMB 0
48,586 48,586 000000000e15b667945f47369d56124dd4e68e5ebf86e07cc8f5bc0829069347 1 0.00/1.00 vMB 0
48,585 48,585 0000000007238432fb795aeec117bda717f650155f815d3b61a6532f49eb266f 1 0.00/1.00 vMB 0
48,584 48,584 0000000013695c61d0cdbbc217c5c550e6ef28501bd271d50d09c7f676d91900 1 0.00/1.00 vMB 0
48,583 48,583 00000000024e98be3a43da5436173788e9c8d0f961bd84f0b6e35f7cd87f23d4 1 0.00/1.00 vMB 0
48,582 48,582 0000000002928a1f9e9685425b9d107968363a01fe3c1e1b14dc53ca6643a761 1 0.00/1.00 vMB 0
48,581 48,581 000000002083dbe17d973d46d3a1497f2cc918a5e1d12e01ae09baf790d45615 1 0.00/1.00 vMB 0
48,580 48,580 00000000180af61ed69e1e149ee55ef2d7980b77f3742737e3d02b2e1a2d9610 1 0.00/1.00 vMB 0
48,579 48,579 000000000336847b436a948c33b2b508ce5c0e7d572c48d5f728c751ace18317 1 0.00/1.00 vMB 0
48,578 48,578 0000000028d41881e8976e13b2c81da6d0a599d96aa2bd868108265aaaa9a1e5 1 0.00/1.00 vMB 0
48,577 48,577 00000000158a3899677466fa5c17d189c813ae9a7c07681a8a0d879c6de7548f 1 0.00/1.00 vMB 0
48,576 48,576 0000000026fade13cd3936b702a1daf9c662984878e0b30f565b2e76fd9ffe79 1 0.00/1.00 vMB 0
48,575 48,575 000000001fe687cdfcecb91a4ddf1baa2c58d0adbff81957e6c167ca85daf450 1 0.00/1.00 vMB 0
48,574 48,574 0000000016e0409695190a92ca5a7a3c6ac98fc1abd5081df4ff55023b839fcb 1 0.00/1.00 vMB 0
48,573 48,573 000000001d16524ea16a3efca071844a1abc9d6f7a30253d34b6e30cd68af438 1 0.00/1.00 vMB 0
48,572 48,572 000000002620d0dfa0c053a7fe285e8a8a323449d13dd819594499fc29b71681 1 0.00/1.00 vMB 0
48,571 48,571 000000001daca8e942d09ac957c7c10a2536f648f1791730032c6d1b69bcc7d6 1 0.00/1.00 vMB 0
48,570 48,570 0000000010e44bb3de83af219df4dfe617b297e446fbf19df1338edbdd29f42f 1 0.00/1.00 vMB 0
48,569 48,569 000000000abb458e2ec0f7877ecb017a452439f657b0b1f11d3d9b0452614975 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 581.28 GB
    • Received: 9.05 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.