Loading Tool

Explorer IconExplorer

Memory Pool

44,440 transactions
29.28 vMB
0.12384429 BTC
Random Selection Loading Transactions
Max Size: 151.54/200 MB

Candidate Block

Mining Attempt 1b2cb684b78a5b644384ae679a8b5f55837157cba11593c8899f68f5cbdda659
Version 20000000
Previous Block 000000000000000000004392fb14b7d54ea705b3301756e90103a9191cb1e5b9
Merkle Root 00b7f220f1038f4611bfbbec7266e3a479d2d365dbfb3e273b45c41d14f65f28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,170
Size: 1.00 vMB
Total Fees: 0.04447556 BTC
Feerates: 251.72 > 4.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,306 (788,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,514 125,514 000000000000181a3ec01e178f6a27b167456a6ffac6f44c84720ed6ecd16a5f 41 0.01/1.00 vMB 780
125,513 125,513 0000000000001faeb31ab4005d6a418bb4d0aab2e3bb023fcfb55e863f290d81 6 0.00/1.00 vMB 496
125,512 125,512 000000000000443f7abef7fccfece6d10adbdd2d94abbd5c2cd84872e4905458 18 0.01/1.00 vMB 429
125,511 125,511 00000000000035fd2ec1eee0a27ad533075969d68b1a38568c0769e83263040b 22 0.01/1.00 vMB 530
125,510 125,510 0000000000000dbb2f8c4d883942b2320633b307f39ab1516c563502bc9f4087 15 0.01/1.00 vMB 850
125,509 125,509 000000000000321b3ecfe8461423f18a29fe4f39b4f7fd4e7e375252a20d6d8c 18 0.01/1.00 vMB 772
125,508 125,508 000000000000447d1df6a8683cecedf70f1ddbc8cf381744509af92ab6ee1872 3 0.00/1.00 vMB 0
125,507 125,507 0000000000001d7f4eee10371450b51f28916e349ffad502e857193272e41bde 3 0.00/1.00 vMB 2,285
125,506 125,506 0000000000002b5dc664ac1c8b22a84d8d28541f3e5e640216bb06fdad074b43 27 0.01/1.00 vMB 393
125,505 125,505 0000000000002b5dd3cc1d4b67d019bf1031d167c4b0af7876dbca1b2fbdccb5 11 0.00/1.00 vMB 917
125,504 125,504 00000000000003b1700f960cbe7c63a3f72ad85c1bfe5907bf2067f51634fc65 8 0.00/1.00 vMB 0
125,503 125,503 00000000000035c7947d2175c2449c810bcf1de655e171d8e8c45e79afd57bb6 8 0.00/1.00 vMB 0
125,502 125,502 0000000000001f13f19b4594489098f85085543473972012b5631780c55f1406 33 0.02/1.00 vMB 388
125,501 125,501 000000000000030ffa45846bc33fab38c5eca2150894dd40a072ac57f64f5272 6 0.00/1.00 vMB 0
125,500 125,500 0000000000003d46a48941799daedea70611d9947cc0e282dbe29c4ea346094e 2 0.00/1.00 vMB 0
125,499 125,499 0000000000002094e53c84589f2a6ef7f51289b78e798ddccda3121e264d536f 7 0.00/1.00 vMB 682
125,498 125,498 0000000000002c42a5e417a91123f52eac8a83d5259b7474899f0305bbd7028c 3 0.00/1.00 vMB 832
125,497 125,497 0000000000002b9d0075e94c5eb2b30853ee2b3076720485d807eedc4c52a8f6 5 0.00/1.00 vMB 2,331
125,496 125,496 0000000000000209bd1683770c76aab6488cf9399f129c8eb6f3b7873241d7ed 4 0.00/1.00 vMB 0
125,495 125,495 0000000000000bd0e4ddd607d9cfb6e59b0a9a66609fa710d81c4e74ea909e01 14 0.00/1.00 vMB 991
125,494 125,494 0000000000003841969de084670ae064f4520ff8c466cca5b39958e2a5a21129 17 0.01/1.00 vMB 915
Previous 10 blocks ↓
Total Size: 781.14 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: 581.44 GB
    • Received: 9.12 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.