Memory Pool Memory Pool Refreshing

1,449 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,436 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (751,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,499 156,499 00000000000004de93775a4123b6daced74af04843f0051f5475eb41f0121426 0.02 MB 61 98
156,498 156,498 0000000000000e9bbd6210bbf539cbbb03ecd6df293554599aeb224f83ae43f6 0.05 MB 89 138
156,497 156,497 0000000000000ddade415913f61c3c609e03982c7a42e74d1bb3a7b5cd21f229 0.00 MB 11 924
156,496 156,496 00000000000002a39ba2c9b041715d187cc55b4646792041d8c0ae9527ad641a 0.00 MB 1 0
156,495 156,495 000000000000070c79a98a0beed766dd90ae60d7521420d4f3126226e6eb383e 0.00 MB 4 124
156,494 156,494 00000000000005e7b4838e1476412fc985821dbf555f3403e22a000afc2b7c37 0.00 MB 6 30
156,493 156,493 0000000000000df1b5c0f5f82811664a38b610d9835fa49abc9584211e280fa9 0.03 MB 95 11
156,492 156,492 0000000000000194a9c2b42684559cf8cb1e607dd2a0812fcdfedf49aa685bad 0.01 MB 19 200
156,491 156,491 00000000000007a0cf1e42a720c6d306e9f46e264929f3ae1df55b866435683c 0.01 MB 49 118
156,490 156,490 000000000000051b74d7d6bc8a407dfd986d3485e7221075454a724f98f570ee 0.02 MB 55 100
156,489 156,489 0000000000000e2b2e3d034604146e9950cd50c8c13d19dd8c79c879a32b586e 0.03 MB 64 131
156,488 156,488 0000000000000ecbd017ba9c88f7fce64fff82111c7b63a2203ee9a44c5c9620 0.01 MB 16 8
156,487 156,487 0000000000000539d4aa1ca2d7615f205e11559f158bd7438128f769ddfb092d 0.04 MB 106 118
156,486 156,486 0000000000000b11f3048c055fbd8a226fd8ebe9da611d47e455508d21c68164 0.05 MB 114 28
156,485 156,485 0000000000000a4de521b44107b871a31becda42f0ddecd3ecc28af95c3b972d 0.03 MB 58 131
156,484 156,484 00000000000007806d3ce7d185771228e35b7d2add0b0a6e58f70ea881770e9a 0.04 MB 82 78
156,483 156,483 0000000000000599c8a0185ec8d83c8fd36ba9cbe59f70638507cbe71b210a2f 0.02 MB 33 138
156,482 156,482 0000000000000a28ff231698e4130e160ef7f90983f16e6850f26d4475e3e8a1 0.02 MB 47 74
156,481 156,481 0000000000000e7a587d91a90474e117ed22256260f622e2b4922831280514cb 0.01 MB 16 226
156,480 156,480 0000000000000a8edd63a7612276fda97422f0e56f1db6d26d715029830c3755 0.01 MB 40 97
156,479 156,479 0000000000000d45f3e12fc32854c1b0f26699867e253fd4fdc24b724666ce57 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.56 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,649.26 GB sent, 95.75 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.