Loading Tool

Explorer IconExplorer

Memory Pool

78,158 transactions
28.99 vMB
0.08835388 BTC
Random Selection Loading Transactions
Max Size: 175.33/200 MB

Candidate Block

Mining Attempt 8fb89a7e55d6898ec6c7f9299d9c0711b920d0c8adb5fce18fc5a125d455e72a
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 163935134879b1769ca2e7f6e6049afa122bfe433dc4e2b90ae94bb0a26abeb1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,326
Size: 1.00 vMB
Total Fees: 0.02783270 BTC
Feerates: 477.45 > 2.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (422,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,067 493,067 000000000000000000731c2ebc73218634705487485dee16afbb85ec429caec8 1,812 1.00/1.00 vMB 79
493,066 493,066 0000000000000000002e09183aea47856d0c8b14864c546bf8ed1df20f785e4c 1,996 1.00/1.00 vMB 101
493,065 493,065 0000000000000000007ed5b3beaa8f86b4832494e7122e06a81671fab7bc5cb7 2,355 1.00/1.00 vMB 140
493,064 493,064 000000000000000000a35b08fd43e3f8ac5b155400cb1f7c43125c2639232a83 2,042 1.00/1.00 vMB 248
493,063 493,063 00000000000000000019878863cfcfa52c47eb47f579b5d873cad7ee693d4c8b 2,569 1.00/1.00 vMB 183
493,062 493,062 0000000000000000003e669f7e89bd0abbd6253fcbea427b686a45b8bdeabea7 1,898 1.00/1.00 vMB 110
493,061 493,061 000000000000000000277e180f083416309d832ae952b872869ebe623d96a6a2 2,411 1.00/1.00 vMB 210
493,060 493,060 0000000000000000000bb155d4e001ad30314a1c7456e3684cf9b76ff99cecfe 2,790 1.00/1.00 vMB 169
493,059 493,059 00000000000000000073a88b5b46dab93c5df88907bb343e2837c6dde04bb0b7 2,400 1.00/1.00 vMB 242
493,058 493,058 000000000000000000a2aa9118ea2f5ff79b133d8becdac0d8d7c24fdcd89e43 2,706 1.00/1.00 vMB 278
493,057 493,057 0000000000000000007fa665566a3d88a034a441eb180d71cbefbb487af65276 2,189 0.93/1.00 vMB 280
493,056 493,056 00000000000000000058e063aaf68dfdd86ababcc86e0a822e2711a43beb2dda 2,768 1.00/1.00 vMB 279
493,055 493,055 00000000000000000039954ac8236f686fa8102a352a4bd42ba5b80899aacd73 3,372 1.00/1.00 vMB 320
493,054 493,054 0000000000000000003bf9c109b69f8364b297631519efe58a91d3bb74ff6900 1 0.00/1.00 vMB 0
493,053 493,053 0000000000000000009dc92a25a44810b7c57ce5927578c172ee76e359f59a3d 2,466 1.00/1.00 vMB 244
493,052 493,052 00000000000000000009d4258a059293ccf3c171a725131f9c22605e2841a391 2,504 1.00/1.00 vMB 248
493,051 493,051 00000000000000000006efdc3404d5607e0de292e6f9b41d1137d18b7c67a8d9 2,437 0.94/1.00 vMB 166
493,050 493,050 0000000000000000003c76fb6e49de8c9f038971f1224e4d23ed72ce96eaea8c 2,428 1.00/1.00 vMB 155
493,049 493,049 0000000000000000009606f32345f878841aa4e836fbaca54139fefec3dc14fb 2,162 1.00/1.00 vMB 201
493,048 493,048 0000000000000000006da52db3a7cdc5a5a18fd54a85de6ec0a98bd627a17dd4 2,262 1.00/1.00 vMB 123
493,047 493,047 00000000000000000062b99cdefcb6e493799a5c2baacd53d1816c673bb84f58 2,030 1.00/1.00 vMB 215
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.