Loading Tool

Explorer IconExplorer

Memory Pool

40,764 transactions
27.25 vMB
0.07663826 BTC
Random Selection Loading Transactions
Max Size: 140.57/200 MB

Candidate Block

Mining Attempt 2ff5ae2f076087a597299d5a7f0c2decd08ccb33f52a370ed67e7e62da7649d2
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root e34435ba12e2740dfaa340c99305b99cd79b830e68fcc373427bf4f32706fc10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,015
Size: 1.00 vMB
Total Fees: 0.02464681 BTC
Feerates: 107.72 > 2.47 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (348,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,711 565,711 00000000000000000029625c278a210c4dfa008607fc5df495fdc2dfb68547e3 352 0.36/1.00 vMB 10
565,710 565,710 0000000000000000001811f0992b8384bf4fdf0ad337e3b7a352370406337bc0 2,272 1.00/1.00 vMB 10
565,709 565,709 0000000000000000000306ea90d0ff99f76d87f2d7c78da1cffe9d06f1caa0db 3,273 1.00/1.00 vMB 37
565,708 565,708 00000000000000000021356b027a990f0a10d953e614b1fe8567c46bbb82fb10 654 0.24/1.00 vMB 21
565,707 565,707 0000000000000000001a69b62dbefef0f676b051be4625229d9abe54e8caa7e5 2,610 1.00/1.00 vMB 31
565,706 565,706 000000000000000000076b6ec35cbd0a63e3341d9aab8be985a83d55f402e4a7 2,078 0.83/1.00 vMB 24
565,705 565,705 000000000000000000256d687d12d18fcce02c18beb357bf7cefac52497b23c3 373 0.13/1.00 vMB 39
565,704 565,704 0000000000000000001888c166215d894d7a019dc862c7dbeb693d48167934bc 921 0.33/1.00 vMB 26
565,703 565,703 0000000000000000000d26126d62ff154fc6ff762b72d4a698b714c4471ed648 1,182 0.57/1.00 vMB 11
565,702 565,702 00000000000000000012bcd17cdbf947d6f05cc2687fa600f75900756ff04e74 2,256 1.00/1.00 vMB 34
565,701 565,701 000000000000000000103c2d8893b8d006182bb520416e5102434c89fcc6c1cb 237 0.09/1.00 vMB 24
565,700 565,700 00000000000000000008199eb860d76fd3c5b11bf8d6e0332cf1ea207d748748 2,097 1.00/1.00 vMB 13
565,699 565,699 00000000000000000013e779e1bcdd7f03a1eb04869b3141c3b3ac1487027793 2,342 1.00/1.00 vMB 25
565,698 565,698 000000000000000000008901b2aec244962e1c1adbee03c65fe8c257f58843d2 2,191 1.00/1.00 vMB 21
565,697 565,697 0000000000000000001e4362e0a0f9c0eafde0e23dcd9a0c3dca4f8d6af407f5 2,979 1.00/1.00 vMB 20
565,696 565,696 000000000000000000160954e8310408c8ba689a6a96904197fc130e23e419e6 2,364 1.00/1.00 vMB 41
565,695 565,695 0000000000000000000ddb47a2d338559d0b2ab7a56826ad24bc897b587462f6 857 0.65/1.00 vMB 3
565,694 565,694 00000000000000000005b4bf15c2407d6be49470b723437a02f8d030a5d87b86 2,497 1.00/1.00 vMB 15
565,693 565,693 0000000000000000001360dbe4ab60f97f3502a394f5d22cda766c2fba6faf7a 1,886 1.00/1.00 vMB 27
565,692 565,692 0000000000000000000b93c058facf05d957de2073d469bba608d1195b9f2d6e 3,376 1.00/1.00 vMB 37
565,691 565,691 00000000000000000003e611331155c94102e32a5fce27a600ee6a65e8da9c5a 1,360 0.62/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.79 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: 633.64 GB
    • Received: 12.21 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.