Loading Tool

Explorer IconExplorer

Memory Pool

50,329 transactions
28.88 vMB
0.07455564 BTC
Random Selection Loading Transactions
Max Size: 154.26/200 MB

Candidate Block

Mining Attempt 99cc3575dfa52cfab03ca0e82ae59e548362cd2db68602c19319fed93fbd5ec3
Version 20000000
Previous Block 000000000000000000016a897dabefb20f390f982f4e0ac2335db067031c25f6
Merkle Root 19d68b3a244c0a7f02249701504835f95a176e0d6cee473ab009ad6ed12f6009
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,679
Size: 1.00 vMB
Total Fees: 0.01113750 BTC
Feerates: 40.21 > 1.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,716 (604,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
310,419 310,419 0000000000000000398de92795d3a9505251ee03ab2e30bc6dca287588386819 366 0.16/1.00 vMB 26
310,418 310,418 000000000000000037febb46b2648bc248ab85b6f4b2e1590f66d5883b599ace 269 0.16/1.00 vMB 25
310,417 310,417 0000000000000000286351641ad2de6400f0f5e35d577b3987d6842e9e8f39fa 184 0.13/1.00 vMB 21
310,416 310,416 00000000000000002b611a8c070a898ac793784464aed90503163fa6866c583c 270 0.10/1.00 vMB 42
310,415 310,415 0000000000000000098d95f17ae17e45be9ba98153acefc5c5c03b8ec4e8a0e7 160 0.08/1.00 vMB 30
310,414 310,414 00000000000000001e08a7de679214929bec28894026587e0045f2e145e457f6 96 0.04/1.00 vMB 20
310,413 310,413 0000000000000000355af5860eafa53455dc136de5e55aff6fbf9fdd68154b08 1,626 0.84/1.00 vMB 33
310,412 310,412 000000000000000018b19e2db04502ea11da9c8e1be7c6ac3afbd10bf318d301 206 0.14/1.00 vMB 22
310,411 310,411 00000000000000003703de225ccc97046d5beb293bb00405aac1481c418e359e 213 0.12/1.00 vMB 22
310,410 310,410 00000000000000003a5c7a7930371f7365daab327e1473e03991033a183953fc 213 0.12/1.00 vMB 27
310,409 310,409 00000000000000003ce29e992830f2206d1bfb1be387bcf69ac60bb11d59b5b6 573 0.27/1.00 vMB 30
310,408 310,408 000000000000000032953faef4515f79ebdb4196e382df8b72b6b48a5120373c 94 0.07/1.00 vMB 24
310,407 310,407 00000000000000004079766ddbbe9ebc1a347b69f5551fb36d5a442414fe083e 89 0.10/1.00 vMB 11
310,406 310,406 00000000000000003ffff258e0676b4363c6feed64b0929527128f4b7ab97739 99 0.10/1.00 vMB 13
310,405 310,405 000000000000000037b699018cf372a294e9ebf4fb28dcecbc7d8add9673a182 388 0.27/1.00 vMB 22
310,404 310,404 00000000000000003e74773f7bada8db13b23bd3c6e8b3611008aed76713b2e9 256 0.09/1.00 vMB 55
310,403 310,403 00000000000000000a9b9355a8cfa00f964684abf38d41f2c47fc24a8c8a09d6 653 0.39/1.00 vMB 29
310,402 310,402 00000000000000001928195cc251792c14be3ec836ccd45415852cbc7df847f4 37 0.06/1.00 vMB 5
310,401 310,401 00000000000000000899980e7817ece5b8f7f3b0213f637bfb546de949f6be00 466 0.28/1.00 vMB 28
310,400 310,400 00000000000000003a650576cf11d0293f8489fb0166380db10033440a98252c 557 0.27/1.00 vMB 31
310,399 310,399 00000000000000001e55bfa423f209fd5925152acacb2c95924461f8226427c0 284 0.13/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.89 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: 645.20 GB
    • Received: 12.70 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.