Loading Tool

Explorer IconExplorer

Memory Pool

41,873 transactions
26.80 vMB
0.06503170 BTC
Random Selection Loading Transactions
Max Size: 140.23/200 MB

Candidate Block

Mining Attempt dbbce56eb3efd620ffe153516798fda965f32ebe8c5f852be7d21e05f074c146
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 0ad7994e91dda8effc572772ed8336ce0bcc51d1825ee60748d00abd4e823b2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,964
Size: 1.00 vMB
Total Fees: 0.01535914 BTC
Feerates: 151.03 > 1.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (444,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,743 470,743 000000000000000001866dbc6430f507c267cda701eb0aac8eaf385e83daad5a 2,168 1.00/1.00 vMB 504
470,742 470,742 000000000000000000efd8c8006c98bbbeb0c5901cd75634cc9dd046441125e0 1,247 1.00/1.00 vMB 156
470,741 470,741 00000000000000000089c7f2b4b2f65b9b4e3c9f605e8a03cf99a3cd90463f0b 1,547 1.00/1.00 vMB 201
470,740 470,740 000000000000000000aa64441d87334678efddda093e8b0d25e10e62e5da7346 2,524 1.00/1.00 vMB 182
470,739 470,739 000000000000000000c3dab292e4c3e00bba5746e9e996fe6d985f5b1b10e5ad 2,134 1.00/1.00 vMB 266
470,738 470,738 000000000000000000e742851b5e647ee892009fc4f095501e0f55503cbcf6b6 1,561 0.79/1.00 vMB 278
470,737 470,737 0000000000000000017a7e4670c75a59fd98e4858aaa18ec32e77c4d013b6339 2,198 1.00/1.00 vMB 384
470,736 470,736 00000000000000000046051ed1992a12181e91fa2e710295a1d895993d64d3d8 2,312 1.00/1.00 vMB 395
470,735 470,735 00000000000000000033bc55896b1242e20bba4f24c71bef983a0ed47c0ce559 2,084 1.00/1.00 vMB 439
470,734 470,734 00000000000000000013f7059cbb8cfe6712df04decb12022de68bc28a1fe795 799 1.00/1.00 vMB 32
470,733 470,733 000000000000000000b81ec5581cf5ccdcc2fa04ba6cfcfabb0497865b2ecf1d 952 1.00/1.00 vMB 131
470,732 470,732 000000000000000001448e9c2a0ef4648f069a076ba2c0ca7ac9257525008278 518 1.00/1.00 vMB 49
470,731 470,731 000000000000000001160dd313faefdcf338b7eed39293cd9a469dcea893828d 1,678 1.00/1.00 vMB 227
470,730 470,730 0000000000000000011297f250a106922aa0707d65724a67d1980e8a94459587 2,264 1.00/1.00 vMB 301
470,729 470,729 0000000000000000014073630873ce7d21d03dd8e3fc541a6c8fca94746a4339 2,173 1.00/1.00 vMB 376
470,728 470,728 00000000000000000028b8ca5fd40af7423f3f7a1f1e21836ef1081c65da5421 1,604 1.00/1.00 vMB 263
470,727 470,727 0000000000000000013600d1e36509e130a59f4c09c71019d509aefda97629d4 1,876 1.00/1.00 vMB 272
470,726 470,726 0000000000000000008e7aa671e77f84e2f1c93f129b5fcd563d5d7544ba9860 1,240 1.00/1.00 vMB 410
470,725 470,725 0000000000000000017a882061b2814874a749d2ebbd662b1fe09085118ce6b6 2,380 1.00/1.00 vMB 118
470,724 470,724 000000000000000000140d3c4904e4fd0961faa12fbb7e82466679ef5f3cb53d 2,301 1.00/1.00 vMB 264
470,723 470,723 000000000000000000fabb3adcc36d9f0ca41ed67e53b33aed05161c79d118e4 2,206 1.00/1.00 vMB 343
Previous 10 blocks ↓
Total Size: 782.28 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: 657.01 GB
    • Received: 14.45 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.