Loading Tool

Explorer IconExplorer

Memory Pool

44,242 transactions
26.58 vMB
0.06214160 BTC
Random Selection Loading Transactions
Max Size: 139.99/200 MB

Candidate Block

Mining Attempt e130fb182fab73f93ed768533a097b7718352ca27c4075454c0f84c7d5b17e6a
Version 20000000
Previous Block 00000000000000000000e9fc36eb4e54258de385eba8454916da1a3a70de6bbf
Merkle Root 5d6f9c961896d300d5d21a7c6fb15bdee51efd2727bc3988b0d4df88013ddd90
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,764
Size: 1.00 vMB
Total Fees: 0.01292102 BTC
Feerates: 150.52 > 1.29 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,751 (536,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
378,514 378,514 000000000000000002903730f865d63d13aeb057394c231a6ad38a8dac92f86f 424 1.00/1.00 vMB 8
378,513 378,513 00000000000000000e21f42a8d23120ba15ce89398ae6333a61ab28920eab0c3 146 0.25/1.00 vMB 6
378,512 378,512 00000000000000000be86e4daa715241d7af423d67c03aa5d777679eba5768b2 1,413 0.75/1.00 vMB 42
378,511 378,511 00000000000000000d4b27d5d15445bf7c2b871814549a7dcb10789976e3d5be 1,028 1.00/1.00 vMB 17
378,510 378,510 00000000000000000d6a2803f165a7d8a304c1c00b92f8bea4161231823e4659 138 0.14/1.00 vMB 16
378,509 378,509 000000000000000004e568e462c0acf1843ca5dd15bc356a921729cd33b8ae71 377 0.94/1.00 vMB 5
378,508 378,508 00000000000000000f2a3fccd73593b443afe33c4d4d15e69f514bb15728f65d 479 0.97/1.00 vMB 8
378,507 378,507 0000000000000000005fb8fc85b3362d924e113aabb4356de0836f07ae0c8ee0 734 0.42/1.00 vMB 29
378,506 378,506 00000000000000000ef6b141d603376dea9c821fc02cbc81fc62cbc8b6cbfaaa 2,145 0.94/1.00 vMB 37
378,505 378,505 00000000000000000a8c799c3387ae9f911be719f9e3a26a4bb01c7008b639e7 1,449 0.62/1.00 vMB 45
378,504 378,504 00000000000000000a4cc2e8dac957a8b151585077e3b6a22360ba0aa21ce4b9 1,038 0.75/1.00 vMB 23
378,503 378,503 000000000000000006bfadb60d7716e8a04b658e9d531e6cd2b78014a9e4ae26 455 0.25/1.00 vMB 23
378,502 378,502 0000000000000000054fc2f4335db76c1021464aa7ee230164b0761fe920a18d 1,180 0.75/1.00 vMB 24
378,501 378,501 0000000000000000102f3084b68863b689ae2aa989569d68b35c7d9462b7aa76 1,069 0.97/1.00 vMB 19
378,500 378,500 00000000000000000a52239fbf1aac71533d3d27a1641cf691f36ed86c460602 1,786 0.73/1.00 vMB 42
378,499 378,499 0000000000000000093be52a24ed1a86d0eee7448303eaf2cd05880e6110f33c 959 0.75/1.00 vMB 22
378,498 378,498 000000000000000008a5483ef526695c9cd0d74c4fd51ceb32bcf532e5e4f40b 60 0.08/1.00 vMB 9
378,497 378,497 000000000000000006f8b941a1886f7172fd2a8dcbfc44a956a605a1c25a057f 538 0.37/1.00 vMB 41
378,496 378,496 0000000000000000088d390bc9b317a7623879c14436704a7f8039a6c6ea07e0 76 0.09/1.00 vMB 20
378,495 378,495 0000000000000000045b41855d84558ae8389229afc4fe34d5f7b0f3911ed94a 1,566 1.00/1.00 vMB 25
378,494 378,494 0000000000000000113f8242c70ccf1e31ecdaa0c59c6f228e5bb0029c44201c 2,481 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 781.95 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: 647.08 GB
    • Received: 12.90 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.