Loading Tool

Explorer IconExplorer

Memory Pool

82,688 transactions
32.39 vMB
0.07133520 BTC
Random Selection Loading Transactions
Max Size: 191.71/200 MB

Candidate Block

Mining Attempt b1027ce3cb9f8faf5d221e8c199a98e3a05f48469f3e86ea1857b87745315b2c
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root eae9591ba90287c2da83e4eee8ede2aac08c8bae5a706b60993a65faff2ad5c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,076
Size: 1.00 vMB
Total Fees: 0.00763957 BTC
Feerates: 203.60 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (325,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,726 589,726 00000000000000000010ef5162decbcbe91d49cd6c5ed206908f9a1fcd8ce711 754 0.33/1.00 vMB 33
589,725 589,725 000000000000000000067b4421d11e05ecdc694c417fdb6205863e4ccc1129f9 1,745 0.64/1.00 vMB 28
589,724 589,724 00000000000000000018daaea5a74bc7559b149e19ab2e916312a35a335d5a7f 2,319 0.94/1.00 vMB 19
589,723 589,723 0000000000000000000b782b92f3ee0d342362d8c82057aba17734298091a49b 2,700 1.00/1.00 vMB 15
589,722 589,722 0000000000000000000e76f28212dfd171852f3f28f74691c08855d472dfd81b 3,432 1.00/1.00 vMB 58
589,721 589,721 0000000000000000001333d1eb896b2225632b13abf3ab1c3a1f430dc505176d 1,996 0.57/1.00 vMB 36
589,720 589,720 00000000000000000000bde3f83662afb72315e3c45fb738b1751289ec66cf42 1,961 0.65/1.00 vMB 16
589,719 589,719 0000000000000000000e75f1d74259f7bb082aca527ecda5a11004de8e76cdfd 3,222 1.00/1.00 vMB 52
589,718 589,718 00000000000000000016c5382f3c2f038934f5229ab07cbea9f5985c388b010d 1,212 0.43/1.00 vMB 26
589,717 589,717 00000000000000000001f423d5d8e6f5b26b3417be5b74aa6437f22b3f14714a 993 0.36/1.00 vMB 38
589,716 589,716 00000000000000000000e51dd1d33481945b592d3cd3a3d6c3487bab6d11f90b 2,222 0.69/1.00 vMB 29
589,715 589,715 00000000000000000009453f2893062398207a54bb61a0a00d9073db7b3cdd47 2,604 0.89/1.00 vMB 28
589,714 589,714 0000000000000000001092d64f30b4aab6afb8002af563337f9d4b1182c7c200 84 0.02/1.00 vMB 30
589,713 589,713 0000000000000000001021336b84b9cef5e6f5f2d394bd7b080a7b5fad1de7ab 305 0.10/1.00 vMB 26
589,712 589,712 00000000000000000008923c6329f0ea24c0f040bfbf335234573f21b4548f58 1,293 0.45/1.00 vMB 25
589,711 589,711 000000000000000000075b02d72dd37ff322e7f1d1b4940f62d2c02735df3e11 259 0.27/1.00 vMB 9
589,710 589,710 0000000000000000001016f6e979dcdbc85ca2c1a382dfa24ecd1908af2573f0 1,434 0.43/1.00 vMB 28
589,709 589,709 0000000000000000000024b7cfd893ec78746db911ffc648b8c70450b030ca0c 284 0.10/1.00 vMB 40
589,708 589,708 000000000000000000002be082fa25bfd4e7998bd6f619b15474b58645931d99 2,887 0.95/1.00 vMB 32
589,707 589,707 00000000000000000004d38d8e033c74c4751a092de5d209dc16daa8c806227a 79 0.02/1.00 vMB 47
589,706 589,706 00000000000000000003af704a684c961d5826812b1e61745635e665000c70ff 3,142 0.94/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.29 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.23 GB
    • Received: 14.50 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.