Loading Tool

Explorer IconExplorer

Memory Pool

72,928 transactions
28.16 vMB
0.07358292 BTC
Random Selection Loading Transactions
Max Size: 166.80/200 MB

Candidate Block

Mining Attempt c8b8e92554aad176d963e6202aa7d73f607d3a524a46cfc33251e9a8a12e0a48
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 8ec55256f41dfd1326c8bae2a05588a3becdd48fb9deb5d4601d3b205e5a8312
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,195
Size: 1.00 vMB
Total Fees: 0.01724999 BTC
Feerates: 152.31 > 1.73 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (449,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,074 465,074 00000000000000000106ae4956db9e83a3a8b514274cf339a667fd7e2e1481e5 1,642 1.00/1.00 vMB 131
465,073 465,073 000000000000000001126db3233ebbe5a5a1921677db29e61261722a9d2db480 2,532 1.00/1.00 vMB 131
465,072 465,072 0000000000000000014361380ccbbba02029c7ed68f1235eee6748ae918548e9 2,289 1.00/1.00 vMB 272
465,071 465,071 000000000000000001abc5ed22c7d52f1f8dbb80b2a1c38590660782f826b411 2,284 1.00/1.00 vMB 182
465,070 465,070 0000000000000000019b26e76abf4ebf7d6fb7e7e8ef3943c333fb4f54df4fd5 2,339 1.00/1.00 vMB 133
465,069 465,069 000000000000000000841faa2c74f68928f4b095ebe925962989da41176bfad9 1,271 1.00/1.00 vMB 138
465,068 465,068 000000000000000001e7f982881b0eb781af55c22da6855d588004bcefbca3e6 864 1.00/1.00 vMB 128
465,067 465,067 000000000000000001298b277dff004d282f739a90e49d25004e4c486be8bee0 1,409 1.00/1.00 vMB 178
465,066 465,066 00000000000000000188bcdf20a082f599dff44d95f4ac84624b99a1b072986c 1,913 1.00/1.00 vMB 130
465,065 465,065 00000000000000000114f94e5db30dbcc3688c3ad51fb05aad9946c65d752eea 538 1.00/1.00 vMB 125
465,064 465,064 00000000000000000013e19e0477a5e6b0ff14fa2b6de3b82173f53a1f379cba 1,501 1.00/1.00 vMB 167
465,063 465,063 000000000000000002031361c5142a47b362f4f819d2df717759b8793dc33c7b 1,383 1.00/1.00 vMB 125
465,062 465,062 0000000000000000007867e37a1bd59769bf35140d1969aa22015485ce094a1a 260 0.09/1.00 vMB 258
465,061 465,061 000000000000000000c79b0346e9da24dc2f6603ecdd01fbf5d7fa28ceab1961 2,565 1.00/1.00 vMB 140
465,060 465,060 00000000000000000046911ef2a3e5c8c1d26d9886093c1d1678784eb6a45cc9 2,543 1.00/1.00 vMB 165
465,059 465,059 000000000000000000b46df72d4eaca1e7341fec4e019cc0382771f582d8afa2 2,184 1.00/1.00 vMB 171
465,058 465,058 00000000000000000159804186d15824e47a3549f335210c4cb87ed7f4904904 2,580 1.00/1.00 vMB 230
465,057 465,057 00000000000000000051ad91f6065fa6bfe8cdbbb2d81e188f380a07d03bc032 1,617 1.00/1.00 vMB 189
465,056 465,056 000000000000000000bbb6eac1eea66db15cf4896fa0b511efd1278503a723e0 2,253 1.00/1.00 vMB 222
465,055 465,055 00000000000000000082b1a0e22de3212f63e98691bb7808cbf8f051887bc4a8 2,366 1.00/1.00 vMB 209
465,054 465,054 0000000000000000020992dbfae7b9af83f0e89e9fa83419bb115c8b47fa380a 1,281 1.00/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.