Memory Pool Memory Pool Refreshing

11,011 transactions
10.48 vMB
Show Random Selection Loading Transactions
Max Size: 56/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
887,149 0000000000000000000282810000000000000000000000000000000000000000 ago 1.00 vMB 4,311 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 887,148 (5,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,985 881,985 00000000000000000000cc5dd19eb278e3df1bc5fe122b9a3a9dd598742a42a8 1.83 MB 3,079 2
881,984 881,984 000000000000000000003a56999d9543ab68999843932dad7adc42dbc99125db 1.78 MB 2,559 2
881,983 881,983 000000000000000000018f464d2eb21244d001d733869cc3a6020aeee8e86de9 1.81 MB 3,539 4
881,982 881,982 00000000000000000001d0c4866715e725163e8f640f65d6617eb9e2b53e77e5 0.29 MB 671 1
881,981 881,981 00000000000000000002636706c4eea608d57239cda8d981c6254ddcb5d208fa 2.17 MB 1,863 2
881,980 881,980 00000000000000000001615e185e9222c8dcc9b96a07c172c70285e7a9a6eb0a 2.06 MB 943 1
881,979 881,979 0000000000000000000225215cdf34d9f2abfddf1e5c724038094a07f9ebf36c 1.90 MB 1,529 1
881,978 881,978 00000000000000000001bd6bb48ea276fdd94c5f0b03eb3b1292a7f3aa7d7b02 1.72 MB 3,195 3
881,977 881,977 00000000000000000001563844b9438d12243bdda086382bf02b362257e1cdbe 1.77 MB 2,671 2
881,976 881,976 000000000000000000022c1f078d01c1417e17bf05f9fa6141822d837fcd8530 1.64 MB 2,766 5
881,975 881,975 0000000000000000000034b365364c58962887a070d50d7f7442c5b7069caf1d 1.94 MB 1,557 2
881,974 881,974 000000000000000000013b95483ea2489fe5fe14f313909710419dbd43331108 2.00 MB 1,490 1
881,973 881,973 0000000000000000000027b7446f00dadfb2dc13fb11c4a9fbcdc41c4210ae3f 2.08 MB 274 1
881,972 881,972 00000000000000000000dd856be3410926ae0b8ee41579bd5b2d78ecfe7c7573 1.77 MB 2,914 3
881,971 881,971 00000000000000000000eef42d83401b0636601ebae862f87ba8790461227b19 2.12 MB 1,387 1
881,970 881,970 00000000000000000001283effce266c7ae4c6a98039feb0790d7f7044c86a62 2.01 MB 965 2
881,969 881,969 00000000000000000001501d5b9d95dfc799dc88aa201fd2f8a4e43d16594840 2.19 MB 190 1
881,968 881,968 000000000000000000003503324d903b1010f2848415521284f8c5d6f99306d2 1.64 MB 3,341 3
881,967 881,967 000000000000000000022355506093276fa541f4849de3742d831226f7aedbb1 1.80 MB 3,073 2
881,966 881,966 0000000000000000000150f7085f55fe9d22d961384eb3b6d927212389da6eb3 2.16 MB 88 1
881,965 881,965 00000000000000000000583176d81bb58dacdc5333c2c46812a5b0d0c3e27187 2.16 MB 183 1
Previous 10 blocks ↓
Total Size: 732.65 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: 2,813.50 GB sent, 124.20 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.