Memory Pool Memory Pool Refreshing

3,775 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,638 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (32,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
875,424 875,424 0000000000000000000292acca3c0eb970918e19c481c78c5386fa50bd53ec04 1.46 MB 3,547 17
875,423 875,423 00000000000000000001cb3bd13e1a8844671279b118a55eadf95e499ea77254 1.34 MB 2,497 21
875,422 875,422 00000000000000000000f3f1e39241cf6483bc91e23bbbe2b478285cd8ae8c38 1.47 MB 2,319 6
875,421 875,421 000000000000000000004723ac98e03c94bf47ac21e5a89459b7f302730ac4b9 1.54 MB 2,866 6
875,420 875,420 00000000000000000000aa45f731fce8ae0ac4c32c3d77196a8850c23466be20 1.71 MB 2,017 4
875,419 875,419 00000000000000000000b3a702f25bc302900758f6b62c8c594cecd67f6f0331 1.56 MB 3,297 8
875,418 875,418 000000000000000000024c4d9006ca7815e2f08eed77c268ce1e329bc8baff51 1.65 MB 2,955 8
875,417 875,417 00000000000000000001192eea149b7e9d157c11751407f7ed00dbf4636dece4 1.48 MB 2,754 6
875,416 875,416 00000000000000000001667dc01151fca715a5b0611dd13ae7fbf24b55ccfdca 1.45 MB 2,948 16
875,415 875,415 0000000000000000000286e3b03bb8c108ab23c48251dd75f22a957105df5477 1.67 MB 2,994 9
875,414 875,414 00000000000000000001500093868ca5ff99685ee1af170d291284558367ce9e 1.36 MB 2,093 8
875,413 875,413 00000000000000000002916dca8625c58e6b40c2d91ec101bfd2a183f9302621 1.42 MB 2,243 8
875,412 875,412 00000000000000000001bd539a5555820114f865b365de362a682050a73d2ad5 1.56 MB 3,493 11
875,411 875,411 00000000000000000001c3a82d80d8a0d1766f07c4cd7dece115d3d9dd94d6de 1.59 MB 3,514 9
875,410 875,410 00000000000000000001d1351371ab7d4694ffcd0ce00282fb51d3a7cbc6f92f 1.30 MB 2,295 19
875,409 875,409 000000000000000000018ea7d675e9341b15a527c1403f077d832f5492801dda 1.44 MB 2,876 9
875,408 875,408 0000000000000000000137552b5e02fbd93f39f5b1d33b7d0434e6307eaa36fd 1.51 MB 3,147 13
875,407 875,407 000000000000000000012280584e7e1214a5000df93e97c08c4f5aa5e31b44b0 1.18 MB 1,634 26
875,406 875,406 0000000000000000000255c7e73012b33c53ec8e4e48de3e392b61033b3a32e7 1.39 MB 3,149 16
875,405 875,405 000000000000000000001e92eb896610c38605287e73e4d1cd998ca3d5004465 1.53 MB 2,857 6
875,404 875,404 000000000000000000000cc1ba622cd83b5e68687b1f6e030ef62cc4de9152a8 1.70 MB 3,453 4
Previous 10 blocks ↓
Total Size: 769.26 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,635.28 GB sent, 94.23 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.