Loading Tool

Explorer IconExplorer

Memory Pool

78,870 transactions
30.07 vMB
0.09105714 BTC
Random Selection Loading Transactions
Max Size: 179.67/200 MB

Candidate Block

Mining Attempt af69f5b1890c89915b06f399d55c9e3d700cd391e42a4a905b06efac78bff20f
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root e6ec86522686b473cfd688cfa9ca42e373b3f118f7282a4ff53cc9283d7a49d9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,066
Size: 1.00 vMB
Total Fees: 0.02117599 BTC
Feerates: 150.61 > 2.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (288,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,269 626,269 0000000000000000000b81a4415aad3dab8e4cbde0e521c99a2ecedf87b1fee7 1,632 1.00/1.00 vMB 18
626,268 626,268 0000000000000000000d6f598b244cbc74945d1ca1ed24348d30bef426bfc07c 2,257 1.00/1.00 vMB 30
626,267 626,267 000000000000000000007d2a6345ef1c8db10ce40b9c336522a59276f63629b9 901 1.00/1.00 vMB 79
626,266 626,266 00000000000000000010b0339da227d569d19cce3d25ea4ce748b2f8805df898 2,306 1.00/1.00 vMB 16
626,265 626,265 0000000000000000000ded2ec6c630ca14e2517df6786d00bc05306f7b48f848 1,592 1.00/1.00 vMB 3
626,264 626,264 0000000000000000000255bfeee98e873d37c1e05fb26c24e3190982a3359d50 2,175 1.00/1.00 vMB 9
626,263 626,263 0000000000000000000ccdf820338d74a1f3a9cda3670874f60fc80416f6a5c0 2,640 1.00/1.00 vMB 13
626,262 626,262 0000000000000000000917f86ff3bd3703f22ac240677f25aac7fcd0b9c942b3 2,523 1.00/1.00 vMB 14
626,261 626,261 0000000000000000000c0d41011200809851ada2fd406c9551d129fa4c075dfb 2,715 1.00/1.00 vMB 14
626,260 626,260 0000000000000000000b85bd78719b4028f8d34e8debd1e7d17df178c27df261 2,121 1.00/1.00 vMB 21
626,259 626,259 00000000000000000008e0ac89b42c72d89f8f5e8796b6075defbda116d95beb 2,743 1.00/1.00 vMB 26
626,258 626,258 00000000000000000012cbd11e5e33769a1a0e9c9cdbb02dc608d70341e52cbe 3,114 1.00/1.00 vMB 45
626,257 626,257 000000000000000000128b8a28843316be35c756ce9381d584fa345f959bdeeb 2,859 1.00/1.00 vMB 26
626,256 626,256 0000000000000000000a6c4c958cab0f5b894f71e170b106fb94cb5dc9ee5e2e 2,746 1.00/1.00 vMB 29
626,255 626,255 0000000000000000000a8a2ce7fce75b5af117f93e9e5af4fa6c8cb7bcc6047d 2,580 1.00/1.00 vMB 10
626,254 626,254 0000000000000000000497d34b3c5fb13ef22684420888fa8ee41bca48438e34 2,847 1.00/1.00 vMB 22
626,253 626,253 0000000000000000000b5237b4c240d068ec4678d70ba42c252224d231e51484 2,882 1.00/1.00 vMB 37
626,252 626,252 0000000000000000000aaa5cbe2045abc856fb4602d3e156ca531905718de29f 1,368 0.46/1.00 vMB 2
626,251 626,251 0000000000000000000d3b8c702d657628a1579ff97485a51623afe0d12b4691 2,639 1.00/1.00 vMB 21
626,250 626,250 0000000000000000000bc4b3cc767fbb007d5a5bbdaba25d54e8bb0aedf4e4f6 2,606 1.00/1.00 vMB 18
626,249 626,249 00000000000000000012ccaf791cf0e669bbfff63d49149ea2327db14be90c14 2,659 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.35 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.