Loading Tool

Explorer IconExplorer

Memory Pool

74,957 transactions
27.65 vMB
0.07504040 BTC
Random Selection Loading Transactions
Max Size: 168.63/200 MB

Candidate Block

Mining Attempt 7a0dceeace37cfd6a335ac471b5a82c06fba28c62612f72cd41625a8de2e9884
Version 20000000
Previous Block 0000000000000000000190474c0158c4506247065620e0a299349b7552b86a26
Merkle Root e66397396d04820b01d5d0a832d860e1975f5664d83f916b48f5bdae910b56d2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,174
Size: 1.00 vMB
Total Fees: 0.01601252 BTC
Feerates: 100.35 > 1.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,290 (460,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,978 454,978 000000000000000001fded70984d31a13417b89a8061c9b017133e790bfc5d70 2,006 1.00/1.00 vMB 141
454,977 454,977 00000000000000000020b39304c840ace5d4cc487f921d628626aa217c94c3f3 2,517 1.00/1.00 vMB 171
454,976 454,976 000000000000000001df32909b41157a225e9d00af717ea8c6d96750bf05f67a 2,671 0.93/1.00 vMB 184
454,975 454,975 00000000000000000008b7ff6b7be92ae232fd6bbb35c866c276ec9c57c37e65 2,287 1.00/1.00 vMB 141
454,974 454,974 000000000000000001afbfe1209aee1882e8a8930bc1e020c4a37d98f72640d7 2,527 1.00/1.00 vMB 130
454,973 454,973 000000000000000000287548ddf14a38d3351f6056b4eebb11a6cb65afb80849 1,894 1.00/1.00 vMB 134
454,972 454,972 000000000000000001a4efea8aed77bf22472952e0e11a2ea40264e0d3da362e 2,284 1.00/1.00 vMB 148
454,971 454,971 000000000000000001ca8e521980d3e375e109d58d71028e70b48ab9b179a534 2,076 1.00/1.00 vMB 127
454,970 454,970 00000000000000000116c72a2a87385afef74337decb9cadf004a866bb0c7420 2,447 1.00/1.00 vMB 158
454,969 454,969 0000000000000000024c7d9b11a516f8a2873da0a5b0259482f724c2ed4aef1b 1,963 1.00/1.00 vMB 134
454,968 454,968 000000000000000000cc1703f32f4ef9fefaf19c066bff269068c4f9a11b55ce 2,741 1.00/1.00 vMB 173
454,967 454,967 0000000000000000018ea144d411813852f35ac4cbaf021eaa3a3bf03439e200 2,758 1.00/1.00 vMB 203
454,966 454,966 000000000000000000af40e2295fe290fee4595333b842312d4d4d98172725ce 1,055 0.66/1.00 vMB 82
454,965 454,965 000000000000000000c3c78b72fee8a667e7ae07f57e8a5fe0955f9b2c253e4a 1,185 1.00/1.00 vMB 63
454,964 454,964 000000000000000000b20ef49806f854445f06a7708e78f30d3ffa01da937aa2 2,171 0.93/1.00 vMB 136
454,963 454,963 000000000000000001e8c35fc00282e12b0a248c1957407e2cf4f2767fe3407a 2,080 1.00/1.00 vMB 111
454,962 454,962 00000000000000000178bf3ee6643f361ec341dc33ddd1959d0470e5c8b20b38 2,205 1.00/1.00 vMB 149
454,961 454,961 00000000000000000024a996b9be8a408fd8189029f5731300207ea92cfcc372 370 0.97/1.00 vMB 29
454,960 454,960 0000000000000000016e802c1c9e9d14b03fa463a52be714b0f714451346bc66 1,074 1.00/1.00 vMB 59
454,959 454,959 000000000000000000bb1b9dcd6cee5d43e0b2b339d36aba4d8bc20a0893eb2c 1,869 1.00/1.00 vMB 99
454,958 454,958 000000000000000000a8c666c88a64d8207075e9234e1fac623feadcc2131e2c 2,072 1.00/1.00 vMB 104
Previous 10 blocks ↓
Total Size: 782.89 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: 713.51 GB
    • Received: 17.38 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.