Loading Tool

Explorer IconExplorer

Memory Pool

47,139 transactions
22.98 vMB
0.06506558 BTC
Random Selection Loading Transactions
Max Size: 127.63/200 MB

Candidate Block

Mining Attempt 84e8664daea3f3cbdd89017bdbd7a13144b1260bf5a6a4300c48ca5a3139f83a
Version 20000000
Previous Block 000000000000000000019f80875bc0cbe63088bba6ca3f4d6bd8018b6cdc4995
Merkle Root 187ddde3f382548b6b385bc22fa42eb7e59ae372fd00e2b0c3b48c701b47f314
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,018
Size: 1.00 vMB
Total Fees: 0.01681629 BTC
Feerates: 150.75 > 1.69 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,010 (781,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,772 132,772 0000000000000cf1e9186aa2675151b8bb51f11e401ca0e3009b8f4d9cb1f5a1 19 0.01/1.00 vMB 987
132,771 132,771 0000000000000d349e91ae186008362b63a6d76e248f8da4327068ff6d00e8ec 51 0.01/1.00 vMB 412
132,770 132,770 00000000000003dc24387ff6dccbc5f84356d426c985b9ea117c13d0854e3ef4 43 0.02/1.00 vMB 807
132,769 132,769 000000000000047281d5b0f2e3eec7e8d0b6b4e7741c020b101bd52bc24b030f 11 0.00/1.00 vMB 1,080
132,768 132,768 0000000000000870c43467b34090e4c5f3d2626afec237855f7843dc0fb866fb 102 0.05/1.00 vMB 486
132,767 132,767 00000000000011aa35a6876480ee282a82168f80fe31bf11a1f31c9792efadea 32 0.01/1.00 vMB 540
132,766 132,766 000000000000075f0bc46ac20dc2c31119bac17fe030e893f4fd74aff2a92c4f 42 0.01/1.00 vMB 877
132,765 132,765 0000000000000838d4c2cf9f0ea98ce216999f6f0fe1711caad198150bbda684 59 0.02/1.00 vMB 212
132,764 132,764 00000000000007fe38309c1e7c46778b11862ff3104deee42a1998212e8d88af 55 0.02/1.00 vMB 339
132,763 132,763 0000000000000e4d800e1b5417803bad535be19cfa79a10b04e7b657f0a2f2a4 11 0.00/1.00 vMB 1,360
132,762 132,762 00000000000012ad9b8fb55b0d7a0bb08c8c76eb440f553c502b19cc777a88f5 5 0.00/1.00 vMB 141
132,761 132,761 0000000000000b3ebce5ffb929f77a43bc85adb84dc9085114f801c64e129913 1 0.00/1.00 vMB 0
132,760 132,760 0000000000000e8b8519c217056a2bd418d1b7e512400f30848fc3ac3f08bc93 10 0.00/1.00 vMB 22
132,759 132,759 000000000000055373dd9b3517c574b0857fcfea5cc815ed3226ed592f64f5d4 30 0.01/1.00 vMB 278
132,758 132,758 0000000000000ced2c37b11a2227279979358782f6cb75ac8c15daac9bd33943 40 0.02/1.00 vMB 424
132,757 132,757 0000000000000b5a4c71a070812ecdde0417ee239563ea1f685c98e44a878078 6 0.00/1.00 vMB 0
132,756 132,756 00000000000007af1ff6daee0f0a0dff1b8f6ac2b593063e9b3bc8436f68f8e5 125 0.03/1.00 vMB 0
132,755 132,755 0000000000000eea9a130251012988e493ea7748c66f2ddf59ed511ee365d322 12 0.00/1.00 vMB 0
132,754 132,754 0000000000001130b07355122a26fe6a2f103b8e574bf22bb320551866a40867 28 0.01/1.00 vMB 106
132,753 132,753 00000000000005aa646ce1eb3cd1c9f0d9797fcfc093b27122c8adfb6fc10c3f 57 0.02/1.00 vMB 619
132,752 132,752 00000000000006d4d4e6c7dbee26310d66a7330373f76b0683e40d5667748a38 12 0.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 780.62 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: 544.55 GB
    • Received: 6.36 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.