Loading Tool

Explorer IconExplorer

Memory Pool

79,602 transactions
29.68 vMB
0.07831633 BTC
Random Selection Loading Transactions
Max Size: 178.30/200 MB

Candidate Block

Mining Attempt c5b0d9941515b76d30a3cf9025d04137375ece697dfd093fc21472ceb0552417
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root fe504b3e456e02ef6d1eb0b5c0410d183f84e23831444277df355419b0695def
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,380
Size: 1.00 vMB
Total Fees: 0.01794260 BTC
Feerates: 502.65 > 1.80 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (467,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,067 447,067 000000000000000001aa0f9eac526b798310a0d55fa377ec90ed03df475d02d2 1,964 1.00/1.00 vMB 83
447,066 447,066 000000000000000000e2b520a9f3eac89c7e1f62f2fe6c89b63e4846a968972c 1,645 1.00/1.00 vMB 57
447,065 447,065 0000000000000000032afea983a31cbdddc8e1931904083fedb4fe4be7b0e879 2,804 1.00/1.00 vMB 88
447,064 447,064 000000000000000001e0282cdb425d9bc46246b949303b1b31bed63af3075d93 1,246 1.00/1.00 vMB 53
447,063 447,063 0000000000000000008548fca93a4a41b1d522f61363df4fefece12deba842a6 1,762 1.00/1.00 vMB 51
447,062 447,062 00000000000000000290f823d051e96671957e9a3a9ba9369254ea70edac7a46 2,375 1.00/1.00 vMB 71
447,061 447,061 00000000000000000207c7d75898c5ff5b08658c672a20d07d5fb834b21c3304 2,564 1.00/1.00 vMB 103
447,060 447,060 00000000000000000323c9cc99092b547ae0e296479495d267a180e9ffdef019 1,906 1.00/1.00 vMB 69
447,059 447,059 000000000000000000dff5d85dffb236d3f00909a349daf3e590396723b302e1 2,113 1.00/1.00 vMB 91
447,058 447,058 00000000000000000227f5e3cc41ec8f15b1026e41cf4b6cab2385743f6195d6 2,103 1.00/1.00 vMB 76
447,057 447,057 0000000000000000012c04997b13636eeb0964764a70162a87983b03cfc26762 2,140 1.00/1.00 vMB 73
447,056 447,056 00000000000000000186bf58e0366aba697022b448fa176df1247ce0933d4cf8 1,924 1.00/1.00 vMB 82
447,055 447,055 0000000000000000030547b9da5fef6c485a8e9c20c9a4966a6e232ccde4fe66 2,729 1.00/1.00 vMB 67
447,054 447,054 00000000000000000195a10dea8462b01af473c74b401b88df5bd72fef643fdd 2,918 1.00/1.00 vMB 76
447,053 447,053 000000000000000002a82e4b65b42432d7d05bae3834388380229133854cd34d 1,583 1.00/1.00 vMB 74
447,052 447,052 0000000000000000000e14a2427d0f86a9a775ad2b56d685ec8203badec86448 2,688 1.00/1.00 vMB 89
447,051 447,051 0000000000000000012eba93b69eaac07fe496ca64b00662da8b0f9274887cfa 1,857 1.00/1.00 vMB 67
447,050 447,050 0000000000000000011670b5cdb6dbbb3bc6654e83d75c01cf98b9e7767f7cf4 2,547 1.00/1.00 vMB 93
447,049 447,049 000000000000000002ee03f85acd294a1cecec4955d58c2c28bbecf805356f19 2,392 1.00/1.00 vMB 110
447,048 447,048 0000000000000000010d95e6379d5da4fe417e45c6afddb9e3a5601c1dd0c9d6 2,391 1.00/1.00 vMB 106
447,047 447,047 000000000000000000b22802f01925fed3af90f926b997078e8e98b33da1e37b 3,015 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.