Memory Pool Memory Pool Refreshing

1,811 transactions
0.67 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,008 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 1,800 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (282,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
625,115 625,115 0000000000000000000ba36d8d588161a69ddba23fc6e3c9939c2de06d2e0cd4 1.15 MB 2,442 12
625,114 625,114 0000000000000000000dead9117e9695a6dffe4caca0669bc2585ec979254c21 1.29 MB 2,890 19
625,113 625,113 000000000000000000023c953d5ae5dbc414e831615f86f3def0b4a108d9038b 1.34 MB 2,657 28
625,112 625,112 000000000000000000060bb8b8d74fe77795c0c27242b7df7f4a7ca44e7dcba5 1.29 MB 3,135 18
625,111 625,111 0000000000000000000e56090a41186e4504d9e730680e72434e42848b8a9e73 1.31 MB 2,104 2
625,110 625,110 0000000000000000001123befd4de7077b76264387649025d2d7ed50121df66b 1.09 MB 2,482 8
625,109 625,109 00000000000000000000d13032c1bc307d7ef39749f2694e671cb5c22565514c 1.31 MB 1,909 17
625,108 625,108 00000000000000000010259adf7bdabe2511907da32b1a3a11daa456acc6ebbf 1.30 MB 2,948 32
625,107 625,107 0000000000000000000f75e63f50d8324d29bbb35d37534f2d4a298535489f96 1.34 MB 2,606 14
625,106 625,106 0000000000000000000fc08e78277045fbc123192c2d93f88981c479b703c090 1.24 MB 2,756 33
625,105 625,105 00000000000000000001da83ddc77da11ea1961936fcfac714ddaa30a46e0012 1.27 MB 2,819 12
625,104 625,104 0000000000000000000d3bb6c61ada32ffaf6afd7a0159109c1f241608920f84 1.26 MB 2,772 34
625,103 625,103 0000000000000000000ab94b972a226e051301833b9de0fa5408f08fa6902ba6 1.47 MB 1,820 27
625,102 625,102 0000000000000000000535fe96813d31b3b7758bd4db0ae84d66a862aa0ce860 1.08 MB 697 5
625,101 625,101 00000000000000000009c7b49de5cef0a15ea16f74984d7f7ddc62ad885ea245 1.26 MB 1,521 1
625,100 625,100 0000000000000000000d1b35ecc112581e42d16327668698221a7421b4a6636c 1.12 MB 2,786 9
625,099 625,099 0000000000000000001137692780158d45e994a11f0d6e95b22c73658d073c62 1.31 MB 2,646 17
625,098 625,098 00000000000000000012142d6bd9ce40aaa7f3536011863b6e9d0a37ca149f4e 1.30 MB 2,801 32
625,097 625,097 000000000000000000124ccaec2b62df6b6eb2e09243d032bc00f3e8f6aaa9b0 1.14 MB 2,515 12
625,096 625,096 00000000000000000012de5a8b02786a23a6f1c78da3e5196edee2cf5c0143ef 1.37 MB 2,479 29
625,095 625,095 00000000000000000011f8c56b59cb7a87c914a3de6e0aa4950e446665af4a9a 1.10 MB 2,239 11
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, 113 incoming
  • Data Transfer: 1,649.18 GB sent, 95.73 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.