Memory Pool Memory Pool Refreshing

12,629 transactions
3.97 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,069 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (649,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
258,516 258,516 0000000000000004ee0a46342c8ef7284f5e25010a748c3d80d6b1a483f0475d 0.25 MB 727 1,181
258,515 258,515 0000000000000002e4a361c49fdb6231016b0dff80fcb5c931db731318e65362 0.02 MB 55 58
258,514 258,514 0000000000000022096996cf70e8742ee9b3a2a438d326f71d11c599d83552e2 0.13 MB 346 106
258,513 258,513 000000000000001e21136bb0a007c1def090a0aa977b4c7695602835eaedce83 0.21 MB 494 5,851
258,512 258,512 000000000000000535d40d279db7c94989c9d017408d624123c98269a491fdb2 0.07 MB 185 124
258,511 258,511 000000000000000e88c9e338e6b90ec7e8f54b0563383836803cff18cd37f0f6 0.07 MB 104 59
258,510 258,510 00000000000000170dbf4d21df2fba2be3fae206a6aa98443f82f78af360d0c5 0.23 MB 554 389
258,509 258,509 0000000000000012a7a17f4e0f569b0c9b8bb92c114bf75f5277a1b0827b5a88 0.09 MB 208 90
258,508 258,508 00000000000000206850f3341d371db6792be9baacda3dcf9b425ebda79bba59 0.15 MB 295 724
258,507 258,507 00000000000000112f6469e7bd65414ef52d5e2cc56aa09d0d58826896489bdb 0.18 MB 490 176
258,506 258,506 00000000000000237d3f9553ced263b3c1b52ce012c5866dae298a0a60765754 0.24 MB 626 326
258,505 258,505 0000000000000010eefd2cb90bdcbce63eeba9576d6e8d75640158bd04ff8be5 0.13 MB 349 488
258,504 258,504 00000000000000248aa2a5faa4daa2d3a0cdb551ecd47c7ee8b870e1c1ebb841 0.06 MB 158 108
258,503 258,503 0000000000000004d8128982dd1e41894c73ab561261ef3986a544ff8c09d022 0.19 MB 531 120
258,502 258,502 000000000000001cf2a581bb4cf71dee31159044a2fbd019612115287b26b408 0.06 MB 128 1,651
258,501 258,501 0000000000000014fe66d33068f6e5bc19107886a73a99bd80684a6f1d81ecf6 0.03 MB 64 25
258,500 258,500 000000000000000895d2eb920c51a46859295dd7d7be96c8e619c0e15ec6dc48 0.38 MB 910 619
258,499 258,499 0000000000000015f8150340cf8d6bec0648af76616862c43b21bd801bb6e1ec 0.04 MB 98 45
258,498 258,498 000000000000001471da2d8a5117244f1bcbd1f3f36ec85126ab264cc6f8dd78 0.24 MB 548 534
258,497 258,497 0000000000000024098f96c90244986ccfad7572775e19bbe799757b42f81c64 0.25 MB 567 133
258,496 258,496 000000000000000ffc5b7d489c02f80d82a05db709d8d0a565991c10d3c4385f 0.13 MB 341 416
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.18 GB sent, 92.93 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.