Memory Pool Memory Pool Refreshing

2,584 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,008 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.97 vMB 2,572 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (791,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,735 116,735 00000000000071ae4e0ec8dd4f51a3ed3d734df5cda0a245276d6b4aa39f8841 0.01 MB 24 439
116,734 116,734 00000000000082f8f60732e80630a204a4114175998db810bd0c084e76fca499 0.00 MB 12 334
116,733 116,733 0000000000008ef387064b313e6af7c7938ea9aa8fbe75ef317fa67a3b78d168 0.00 MB 8 346
116,732 116,732 00000000000071000b47df0f66c2136791a7d8cd201cafe11c78669aa593803c 0.00 MB 11 617
116,731 116,731 000000000000bc89009b444bb1263fd74e8fdd75fd0e43329dd19f2a6d9c7378 0.00 MB 8 973
116,730 116,730 0000000000003cae2d7da43590b63aeb00b557afaaffce6dace655ef58c4a425 0.00 MB 11 0
116,729 116,729 0000000000008062e7e8315dfd22464d5ce04ec477ea5bc7575f6b1220e39613 0.00 MB 15 1,065
116,728 116,728 00000000000056ae48ccf05f89a8590a844b8d84ff42dd0a4b3c52786e03421e 0.01 MB 22 2,172
116,727 116,727 000000000000d3911c674d4239c7a210358b0ad64729e76910ab5200b11600d5 0.00 MB 11 579
116,726 116,726 0000000000000917a016e361e1e8869a775e7a8036c4a1cb07e0d631fee0126f 0.01 MB 24 915
116,725 116,725 0000000000001aeea3e894a55a4de55c16c924da5adac84a3cd932a885d3a3e5 0.00 MB 6 335
116,724 116,724 0000000000008e536fc3cc94ed295efd24070c1d98c6982cf697c03d6e31a13c 0.00 MB 11 0
116,723 116,723 000000000000c6393061c9864c15933bb66b1ea319dba1bf881834f61d821a3e 0.00 MB 13 1,106
116,722 116,722 000000000000b9d28ff043dff9ea709d8de3b0168ead5245da6c8a51d10e70b5 0.00 MB 9 0
116,721 116,721 000000000000ef9810bbcb08c8a41537832819955dcad3672f16003724228aad 0.01 MB 9 898
116,720 116,720 000000000000d95fdec4aee377ef806a1eab86ce86b4486600088e3b18f29810 0.01 MB 18 1,406
116,719 116,719 0000000000008f166f80a5facf416e640ef14e9ddd91cb0bc3d4479393bf8dc5 0.01 MB 13 328
116,718 116,718 00000000000057e86d748afcb00a4718592ad692dc3f12b3c3d111cb15e86884 0.00 MB 1 0
116,717 116,717 0000000000008b93e26a796febd3b8a3750b5b74bde572801ecd1791cf32e836 0.01 MB 19 2,644
116,716 116,716 00000000000082b38dd4e52eb1deeb9630a49db9b5d9f49f6366a7f5b5e8371f 0.00 MB 10 0
116,715 116,715 00000000000068609692a92b96c75777c05d8f2ef911535509880ade5a1a973a 0.00 MB 10 898
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.21 GB sent, 95.74 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.