Loading Tool

Explorer IconExplorer

Memory Pool

14,877 transactions
11.16 vMB
0.04385282 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.52/200 MB

Candidate Block

Mining Attempt 580be308923bade3a054ec2d7db486351aba19710e227d374968ce30300e7bab
Version 20000000
Previous Block 00000000000000000001f91042d8ccc53bfa3e0054d161055438edcb4a81b245
Merkle Root 2e8e8a840b82203da503766927f2a969b57977bd8b913e603994c1bd81d86a0e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,424
Size: 0.9979315 1.00 vMB
Total Fees: 0.02121438 BTC
Feerates: 151.03 > 2.13 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,814 (790,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,410 123,410 0000000000001249e09963d3b3fd7d8aaf37c907f9496f77ee63e575f2a47220 43 0.02/1.00 vMB 1,608
123,409 123,409 0000000000000edbf675835ee49ca2f93359f0fdced74fe394cb73f624e1f3ba 9 0.01/1.00 vMB 376
123,408 123,408 000000000000171cc9c23fc20ca1924e5a4c06e6bfd53803398d013e3417df4d 2 0.00/1.00 vMB 194
123,407 123,407 000000000000134082bb8a6f43846418042c402a7a567d0e3180105956611b92 5 0.01/1.00 vMB 383
123,406 123,406 00000000000014c31476f29cef44e5a5aa8b2d1862b959fe5b3ff5f781c84cf0 13 0.02/1.00 vMB 65
123,405 123,405 0000000000003b167bbb583fc98c4054de76d2aefbd17e43492ee75e61763aae 27 0.02/1.00 vMB 51
123,404 123,404 00000000000006d24f882ee6d3fc24e2f43f2118d5774498f86bd7e89aaa16cf 4 0.00/1.00 vMB 1,621
123,403 123,403 000000000000237dbd8e5267f6805a85066d78e7aae9d5e270821061ff18e0d5 8 0.00/1.00 vMB 0
123,402 123,402 000000000000565d307fe8b71ed5ecf31e446180899518431c5f2f5139fa5a61 5 0.00/1.00 vMB 71
123,401 123,401 0000000000000856210a80397f8101ff93de8efb936fc3096dfadbd02438d19a 16 0.01/1.00 vMB 413
123,400 123,400 00000000000000f0f1db797325846ec571b61727ec1b2bd13a7433591106a94c 15 0.01/1.00 vMB 1,148
123,399 123,399 0000000000003943f56be564b5e21d29d6c3831e3262fc6ad48f23844af86586 49 0.02/1.00 vMB 232
123,398 123,398 00000000000046667600c0576a91a02872a8babd306e9f3306c3510e92ac1f37 20 0.01/1.00 vMB 673
123,397 123,397 00000000000067d84156fe153cb15b3b43fc3d04c333522216ca99bfbe2ffa14 8 0.00/1.00 vMB 321
123,396 123,396 000000000000662ca8bf2a6fc6a9d871a11014600136a5c51aa15fd0222dbe84 11 0.00/1.00 vMB 0
123,395 123,395 0000000000004a28190745070f131a39eb4a0e55066e1a66f17aadb70fbb93c1 21 0.01/1.00 vMB 360
123,394 123,394 00000000000027ee7c1d9c6ecb801f13a4bde11df6a9944f62d8a54b201be9e1 50 0.02/1.00 vMB 729
123,393 123,393 0000000000003f6af8587e27b20dae8082103bebd43bd68455bd93f96461a77a 2 0.00/1.00 vMB 8,482
123,392 123,392 000000000000155d3e44f124fe840ea47d05030806bf07a5781ce6662ab405c9 67 0.02/1.00 vMB 2,166
123,391 123,391 000000000000485cd12aabbf4630554a2e4e5621725428c1bf9e01e871821cbd 2 0.00/1.00 vMB 1,620
123,390 123,390 0000000000004dc3ed121669806292b0c93115c5c360613e6e8c7e2173b8b1dc 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 517.17 GB
    • Received: 4.51 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.