Loading Tool

Explorer IconExplorer

Memory Pool

80,726 transactions
29.83 vMB
0.06795398 BTC
Random Selection Loading Transactions
Max Size: 180.05/200 MB

Candidate Block

Mining Attempt 5f8c402d6b62ab9053a9ae6efa6b6a4e3a957aa9c50ff63a5b66b1892759e19b
Version 20000000
Previous Block 000000000000000000017c2946f942e619550ccc2727f15be648c71ce8591f72
Merkle Root 216448bb68a6fbd38113336ce4327c972bcab6ee8a34ad2f721966a6c20d1b15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,562
Size: 1.00 vMB
Total Fees: 0.00712653 BTC
Feerates: 34.33 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,977 (217,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
697,073 697,073 0000000000000000000160c70017d9e89650b5591e7fae28fc1f0c6fb1a7bf9a 2,298 0.79/1.00 vMB 13
697,072 697,072 00000000000000000004e0d02a445f8304a0e1a19895d1c2f0bf8031a9a81929 770 0.30/1.00 vMB 13
697,071 697,071 00000000000000000008a83775f1a309f7b715677bcd30fea4193970f8f1fd88 1,624 0.64/1.00 vMB 26
697,070 697,070 00000000000000000000fd955e1e18d58c184035e5a414575345ff4e367e40e2 2,933 0.95/1.00 vMB 16
697,069 697,069 00000000000000000010c64c4005861f1a7eed5016afd00889eccd80dabe8213 2,896 1.00/1.00 vMB 14
697,068 697,068 0000000000000000000defd57fa058811abaa8ce6110199a6d7fae0b9192b03d 2,872 1.00/1.00 vMB 23
697,067 697,067 0000000000000000000f95dbba472e0bad9b714cba16fd2c5edbe0b14655fa0f 2,403 0.93/1.00 vMB 11
697,066 697,066 00000000000000000007e90e35ddcaf2420f8f0f3b24b36e632c5d6adb5980dd 1,739 1.00/1.00 vMB 20
697,065 697,065 0000000000000000000892d37508582c3a958fa0cb2c3947fb761ce11c0d3692 2,503 0.81/1.00 vMB 16
697,064 697,064 000000000000000000099f78d4ec6771120e4f5844dab1c47af693be3f98e264 629 0.25/1.00 vMB 15
697,063 697,063 0000000000000000000856308eb1fe14269079406d8f4543901d06ef847deea3 1,763 0.65/1.00 vMB 13
697,062 697,062 00000000000000000010b49e690c49d6d6b08d01fd40e4b7839245936cd156eb 846 0.27/1.00 vMB 14
697,061 697,061 0000000000000000000391ef662387b09baee1d063c816c61a35f9a6f369e34c 1,621 0.53/1.00 vMB 16
697,060 697,060 00000000000000000004f31ccf7c0427997c0afa398544ca13cf8df3c215a82f 1,664 0.77/1.00 vMB 10
697,059 697,059 00000000000000000000b969a0259e04f72a1f2011e75fff25170780f78dca49 2,490 0.95/1.00 vMB 13
697,058 697,058 0000000000000000000c7f265db96d3d467901e8d299408e13588bbd28ffa67f 2,256 1.00/1.00 vMB 14
697,057 697,057 00000000000000000010027ee98ce25d706b6ff7bf4aeb9c3c840357bfe12f72 2,043 1.00/1.00 vMB 5
697,056 697,056 000000000000000000051fec8381a326e57a1fcf1320333602f85c79f3cf4778 2,685 1.00/1.00 vMB 9
697,055 697,055 00000000000000000011e93ae7eb3d6415b005f959eea439f8d74b2810114d38 2,023 1.00/1.00 vMB 14
697,054 697,054 000000000000000000079f9776ed9e5dc32990340210e43518de555bbf25869f 983 1.00/1.00 vMB 21
697,053 697,053 000000000000000000025a93a4591d8e25ab63c34fd58c5693f77c612e2966bd 1,488 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.35 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: 662.19 GB
    • Received: 14.84 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.