Loading Tool

Explorer IconExplorer

Memory Pool

73,951 transactions
28.53 vMB
0.07187782 BTC
Random Selection Loading Transactions
Max Size: 169.05/200 MB

Candidate Block

Mining Attempt 37ef97336d45f2f0c47e20cd40943ad70ba9b3791e0b125d127c9b7e23551ed0
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 289b3b97b01998185b91e650c3d9d2c14078be22460c5c82b8bff240ce93ee27
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,636
Size: 1.00 vMB
Total Fees: 0.01462423 BTC
Feerates: 250.89 > 1.47 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (136,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
778,609 778,609 000000000000000000053925ca1a572db4466f4c5fd0a057d2f1e80792cfdc3d 1,957 1.00/1.00 vMB 12
778,608 778,608 0000000000000000000100fe93002db1aac02327068be68c4fa2d7ac99f58dc9 1,323 1.00/1.00 vMB 2
778,607 778,607 0000000000000000000544b03ff74c963e865a53bdcf3f282da0e3fe2a882ed1 1,820 1.00/1.00 vMB 19
778,606 778,606 000000000000000000059aae7d78857ea552f868d4d439fd70d0d341292d6866 2,143 1.00/1.00 vMB 14
778,605 778,605 0000000000000000000573adf58fa80601bd468d3dd755b5b5d02a198505326d 1,193 1.00/1.00 vMB 4
778,604 778,604 000000000000000000019e6b7d830b9cad0da13c14f663ec088c2ce4b1a3cf82 2,143 1.00/1.00 vMB 10
778,603 778,603 000000000000000000064d5514a7e72abd4c2aaa79d96ee2ea523af90c346aa0 1,916 1.00/1.00 vMB 12
778,602 778,602 0000000000000000000037cda9ccd93359f85fce008eab151e766451437a44a6 1,255 1.00/1.00 vMB 5
778,601 778,601 000000000000000000000e4fced810bdf9ba82f21571172ea86dde9033c0fdf5 3,149 1.00/1.00 vMB 22
778,600 778,600 0000000000000000000439c27809364ff17d3a81660c0ab8c8381ba618fe1cae 2,047 1.00/1.00 vMB 14
778,599 778,599 000000000000000000052f7b5f2ded77ca18c8356a1421c84be747e37becb35b 785 1.00/1.00 vMB 2
778,598 778,598 00000000000000000005a2ceb037d4bfbea086a6575aec444ffe564345e435bc 1,859 1.00/1.00 vMB 4
778,597 778,597 00000000000000000000e26f2166496245872d3b3e9cbe36b49e0e562b672a09 1,003 1.00/1.00 vMB 6
778,596 778,596 00000000000000000000680b03937db0f84ba783312552b35df05a73aa35a1d6 999 1.00/1.00 vMB 11
778,595 778,595 000000000000000000046856a60cd7ad89fcddd3e2ea7d50219b6674ab5c06a1 1,895 1.00/1.00 vMB 7
778,594 778,594 00000000000000000000e5fb36ec9a31071446be73361c132f448e01da66eea1 1,304 1.00/1.00 vMB 16
778,593 778,593 00000000000000000004961225d9ccdc7eab7f314c2f3a73408f52eae9b1cfa4 1,811 1.00/1.00 vMB 22
778,592 778,592 00000000000000000002efa2d9012e9e85210d56deafbd315c426f5f2a8e0c56 3,283 1.00/1.00 vMB 26
778,591 778,591 000000000000000000056684988b8ad2fa0b2e61b841603bee9a5e58140d38a8 2,996 1.00/1.00 vMB 39
778,590 778,590 0000000000000000000548cd1a2fbcc4bcb9d90db29146ed796e196c89ad55f6 2,033 1.00/1.00 vMB 4
778,589 778,589 00000000000000000003b3967337c517884eb2fac81c153c25d521e965e720e0 2,528 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.47 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.98 GB
    • Received: 15.35 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.