Loading Tool

Explorer IconExplorer

Memory Pool

40,073 transactions
28.12 vMB
0.06614274 BTC
Random Selection Loading Transactions
Max Size: 143.28/200 MB

Candidate Block

Mining Attempt 9d00eb36686d0405eef0e406cfb36e777007f77822aa51bbec95c5776b5bd98d
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 546d49327c2db29ef2c82e99a160682c05cb083fcd8e31aa8a71592f3c3a7041
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,579
Size: 1.00 vMB
Total Fees: 0.01201936 BTC
Feerates: 60.16 > 1.20 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (493,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
420,733 420,733 0000000000000000009c55b1cf16428a3ea4ca0ff4eeed3965ed3c97324aee7b 1,208 1.00/1.00 vMB 30
420,732 420,732 00000000000000000172f3105349d10765712db4a80738acb4f11e2f7cb72162 440 0.17/1.00 vMB 88
420,731 420,731 000000000000000004a6e4ced0bf3b9805882c031d29345bbdbd6bff316a0d89 1,932 1.00/1.00 vMB 32
420,730 420,730 0000000000000000024952b756990eee152a14755542b8482775a28e4e682fd6 1,959 1.00/1.00 vMB 42
420,729 420,729 0000000000000000040495cdf6cf3e97f6f80e51d3b259fff2e05515a576d7bb 2,253 1.00/1.00 vMB 74
420,728 420,728 000000000000000004eff8294a3d1f2ceca2a16edff273302e9d0c6eae8c9b73 1 0.00/1.00 vMB 0
420,727 420,727 000000000000000001589558e20748befdee07718a56c7dfa75e6bdbd2c3c050 1,417 0.99/1.00 vMB 42
420,726 420,726 0000000000000000048dd57366ac62b123933b4a281a40c3bb0faab89bad0173 2,432 1.00/1.00 vMB 50
420,725 420,725 0000000000000000000f1e0ea41a569b074f2d0c677113e3d1cae9b57709370b 3,010 1.00/1.00 vMB 74
420,724 420,724 000000000000000001c61b4a75d5c3df728e0d254c89225cb562f5cccbe410ff 2,372 1.00/1.00 vMB 89
420,723 420,723 000000000000000002ee46a991b3d9f65a2bb36f1c78aec56cdb13c866a0cc2a 1,946 1.00/1.00 vMB 51
420,722 420,722 000000000000000003f75f61cdc6c984ac901fd8301eb5e630c7930b99627ceb 2,873 1.00/1.00 vMB 77
420,721 420,721 00000000000000000225e7bb9a89645c678565ed14635655184b172b7606e88c 1,918 1.00/1.00 vMB 38
420,720 420,720 0000000000000000020d7996bc4f8c3859b3b3302042f2415f256818b3162ac1 3,000 1.00/1.00 vMB 81
420,719 420,719 0000000000000000043cc12e6c9890d72169d93ba79177c936afa25c459f4308 2,113 1.00/1.00 vMB 54
420,718 420,718 0000000000000000035be3d92af0311de06e3fa6ef4543406cebd3950d7fbd6e 2,097 1.00/1.00 vMB 54
420,717 420,717 0000000000000000021597d3e3cd72cea65ee0408f8ec1af5a11aa0a22dc37f1 2,594 1.00/1.00 vMB 65
420,716 420,716 00000000000000000279432b0e8fad503d0fb17b6733e3dea9b77952081d22d5 2,967 1.00/1.00 vMB 86
420,715 420,715 000000000000000002061ac7d40f7c3d36e3362ba743733fd32895fbafb4e2dd 1,609 1.00/1.00 vMB 51
420,714 420,714 000000000000000001c8fc9c46feb9619c8d34118b85fa406c9e00d42a33133d 1,960 1.00/1.00 vMB 52
420,713 420,713 0000000000000000023ad09e06f74f8f8dd924fec77d9f62d6183ae6f605f628 2,269 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 781.73 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: 630.32 GB
    • Received: 12.01 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.