Loading Tool

Explorer IconExplorer

Memory Pool

50,061 transactions
28.28 vMB
0.07359021 BTC
Random Selection Loading Transactions
Max Size: 151.92/200 MB

Candidate Block

Mining Attempt c5cb819f50e737054e29b26cfb72be70dc61b2a1be8836831579ab7c98cc7920
Version 20000000
Previous Block 000000000000000000006aeda7cc004234c1ab671c5672364bc6b11d12bb94b3
Merkle Root 7f6fc931b9077782a83055386008e9f9dbd9fec201d4e2cdae2fae4e98f52748
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.01990972 BTC
Feerates: 507.72 > 1.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,772 (798,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,979 115,979 0000000000008150fc4ba4eddede4dd03bcede8b93a4a9e51969a58effaf69dc 11 0.00/1.00 vMB 0
115,978 115,978 0000000000000b5648d6155adea657003efac313e3a1efb04e1b09373512deff 14 0.00/1.00 vMB 0
115,977 115,977 0000000000001ce70319eea9705afd9aaf44ca06b47b22276f1f606413030dbe 2 0.00/1.00 vMB 3,861
115,976 115,976 000000000000684bf8707fa673ed9272e40b72e6da082591e527ccf4e5d2cea9 4 0.00/1.00 vMB 3,886
115,975 115,975 000000000000dc80b8f789599e6484b7a4a9e89d647990fb55e3bcd5453e06a6 7 0.00/1.00 vMB 572
115,974 115,974 000000000000091c5a109d5067fba58b466fc8b8f496416d0d499329f5c2a62c 16 0.01/1.00 vMB 337
115,973 115,973 0000000000005b9eb9802de9299db15c93836837238f1d7a0921095be3784617 4 0.00/1.00 vMB 3,880
115,972 115,972 00000000000037f881e0b9f794316fe4b22428872d56bb1a599b6c2f677e23a9 7 0.00/1.00 vMB 486
115,971 115,971 000000000000c8aca6690050768df887463271b40d2f222a45bb143ca370330b 10 0.00/1.00 vMB 1,424
115,970 115,970 000000000000d69dc3b0050595580f96f024ea38533cd5114c14cef19168108f 5 0.00/1.00 vMB 0
115,969 115,969 0000000000004ea2f31c5d212d33d6a8786d9c71768acbed7e1e923d4e29e655 9 0.00/1.00 vMB 321
115,968 115,968 000000000000ddd4a7f14a738b900e1bc29729563a392019d73870e6cfcc3abc 5 0.00/1.00 vMB 1,031
115,967 115,967 00000000000048f8e2341b09a1a60c396b2a64cc415dc031cf3882096eefabe2 8 0.00/1.00 vMB 355
115,966 115,966 0000000000007d059e1e7abd856e47efdabeb3cad50d3bad02f17ebbf220b6b8 7 0.00/1.00 vMB 373
115,965 115,965 000000000000386de8624f55379e87f3f183e2f6a70e149b36d8a2df1c026a42 16 0.00/1.00 vMB 408
115,964 115,964 000000000000b862f5f70f79c0dd2b06ad78fd66c46aa1548a367039471126b8 4 0.00/1.00 vMB 442
115,963 115,963 000000000000b36044b82405bcfd6db4361070e6b5d7a15148e84d5dd20e91fd 9 0.00/1.00 vMB 0
115,962 115,962 00000000000008badcfec3e875eda1ce288e7c59be10533e2bec46148c9b901b 12 0.01/1.00 vMB 455
115,961 115,961 0000000000006f2f818a1767981881ea7db1f8e63701bcc4d2309ce63bcbedc6 24 0.01/1.00 vMB 223
115,960 115,960 0000000000005fba3dde4f67302482ad06bde8417c0e50c9c48737e2dd89cdbf 13 0.01/1.00 vMB 336
115,959 115,959 000000000000716a52f7ccd53719710c7d181f806f0bf34cf2a9439fb3b2b5a8 12 0.00/1.00 vMB 342
Previous 10 blocks ↓
Total Size: 781.98 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: 648.34 GB
    • Received: 13.03 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.