Loading Tool

Explorer IconExplorer

Memory Pool

46,428 transactions
20.49 vMB
0.04539896 BTC
Random Selection Loading Transactions
Max Size: 117.27/200 MB

Candidate Block

Mining Attempt f8eb3409c98dc90eac40876807fc673b67a20608b3413bce5b47b002355935a7
Version 20000000
Previous Block 00000000000000000001f04bee8fc98c1f85e96d12fb520368305c5311966ad2
Merkle Root d220c301e215d8f69d28bc2568cfe3cd87fc1f0e7ea4b69da443b8e385221c14
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,852
Size: 1.00 vMB
Total Fees: 0.00471724 BTC
Feerates: 60.14 > 0.47 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,019 (801,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,542 112,542 00000000000114296289d0833534071ab979fafd51efda4141701a8aab47840d 9 0.00/1.00 vMB 0
112,541 112,541 0000000000009a0224fb7149934f9a5b49b00e6c9a85b7106074c5982553dc2a 13 0.00/1.00 vMB 1,122
112,540 112,540 000000000001280b7db0b9fdc20d714a1dad34f2d1886a3551560da7138542bc 28 0.01/1.00 vMB 2,240
112,539 112,539 000000000000c73fc5136a3cfcd98818937c81f835534523856914855ced8a7a 12 0.00/1.00 vMB 0
112,538 112,538 0000000000006ff9a29f26383fe179639d5f272306a42c274118983e45f9ca76 12 0.00/1.00 vMB 338
112,537 112,537 0000000000009c8f89f70a8a2d542a6d9d28f13dcac5d64dc56ff46532a2a54e 11 0.00/1.00 vMB 0
112,536 112,536 000000000000203f4d1d21c6225c56f51643ea8155113b1d33732b1472d3e091 8 0.00/1.00 vMB 513
112,535 112,535 000000000000f65e59ebe6f131e812114b79bb9f380e9ed866612e204a956e3b 12 0.00/1.00 vMB 729
112,534 112,534 000000000000133dc15dabf2dbce236b1d8264b3ab9b36942080d95d66160a79 12 0.00/1.00 vMB 342
112,533 112,533 0000000000010cba289a3b0664368936751bbb49c421b4d89bd270f21cfe8037 15 0.00/1.00 vMB 1,279
112,532 112,532 00000000000068bcae8d109670a1af483772fb290d894a095be10088b3cb112e 13 0.00/1.00 vMB 617
112,531 112,531 00000000000040dd45d1c0d69bdce5e5afbed18fddcd5f2ea93f298a90eee3c3 17 0.01/1.00 vMB 399
112,530 112,530 0000000000002d03cdcda2e87232cce076225a72a89ad59eb199341d19727f2c 3 0.00/1.00 vMB 3,875
112,529 112,529 000000000000dd086ce307a4094ead4d8c24e09caab98d31dbc2b8d0358fa4a8 30 0.01/1.00 vMB 1,448
112,528 112,528 0000000000011b01e1e91cf65e600ffa219337fe4b2ecf3be2108b6414505221 11 0.00/1.00 vMB 1,179
112,527 112,527 0000000000000e6a2c4b4fea87bf3552e42a17723238982e40dcc647e6b82b2d 3 0.00/1.00 vMB 3,868
112,526 112,526 0000000000005e4c62113feffcce38d00380b01acc59522ef98f52d34609a92a 9 0.00/1.00 vMB 0
112,525 112,525 00000000000120a5caa89012fa2c0cce8e556340e61ef65184c509b32f26933e 16 0.00/1.00 vMB 0
112,524 112,524 000000000000776738d434722f0be9fa3f95251fde30d4403e85225e64b74789 5 0.00/1.00 vMB 722
112,523 112,523 0000000000001d54bbd6c854892c669ce4808a339ff525e51bc04a8f7746edd6 7 0.00/1.00 vMB 922
112,522 112,522 0000000000005b70f4ce930931cb1578557b7786aaae908ee81ae3e47ea5daf8 3 0.00/1.00 vMB 3,868
Previous 10 blocks ↓
Total Size: 780.64 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: 550.11 GB
    • Received: 6.41 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.