Memory Pool Memory Pool Refreshing

4,536 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,009 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (710,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,072 197,072 00000000000000240fd6025195d3983951d71f90be2c2dbdb314a9869d84aa0f 0.03 MB 83 145
197,071 197,071 00000000000003c0b1dbb87c8fbf614fc37429a67ee6749af562eeeaeff1e414 0.10 MB 256 1,015
197,070 197,070 0000000000000598c6e78c0a40d8b40a149ffb1e045418aaca95f6769945629d 0.00 MB 1 0
197,069 197,069 00000000000005a08eddd20ed33203038599252298ad1a38d16678a61443f91d 0.01 MB 27 118
197,068 197,068 00000000000001507f6126c8ffe163107cda30e11220610d77ab2175ba47238c 0.12 MB 216 375
197,067 197,067 0000000000000271a3e35ac6553abdcfada1b6c74ceb438d1fd847b754a25e01 0.04 MB 128 69
197,066 197,066 00000000000001c99fc5ad2640b93c303fbe33ac5bd407656a839c4ca41b9104 0.12 MB 285 431
197,065 197,065 0000000000000587c99c102122342c4b8e327686b65444303db10369749786ef 0.10 MB 256 348
197,064 197,064 0000000000000091ea6b8a3c9fffb69aba5e5bf8eb8c9edefb2fc3c649a06e92 0.11 MB 288 326
197,063 197,063 00000000000000c656f7acbd74106c5360cccab0f29ec1aadc3bbb7bc755550a 0.08 MB 157 163
197,062 197,062 00000000000006ae0e7ddea286dc061e54e61174f4a65075158cd6499e6b59ad 0.12 MB 219 207
197,061 197,061 00000000000000cec200e615dbf95cfc5d392e0f23dc4ea4f95b63de2b81ded4 0.07 MB 102 96
197,060 197,060 000000000000069e89c6b0100cb31137da447c4fc0e50bcc2f9fea1ade0ddcdb 0.04 MB 111 166
197,059 197,059 00000000000005349468dba3a52c420da7547483e26e1c606c37f9cbe57e9301 0.24 MB 512 327
197,058 197,058 00000000000006a0720c8f61c600b0b341f5c477f98c7e974c62df6c5b4840aa 0.00 MB 2 0
197,057 197,057 00000000000003b4ae3ab3e7f698a4703302083a260ad90608e835f2e0a413d8 0.04 MB 100 108
197,056 197,056 000000000000057c8c532f92f5a84001f4a3fdceaf95046a97a360fc914fb74b 0.14 MB 338 115
197,055 197,055 0000000000000571adc795be5b3bf2876ceaa88ed9e98b16510f73db79adf899 0.21 MB 491 135
197,054 197,054 000000000000048a15b5a367a67c3178b2d29a4e2fda5ed9a1694cbef8df2ab7 0.01 MB 27 202
197,053 197,053 00000000000001e4681ddefcd5e1f6580c26682ee8ca59da70d5c797215b4b64 0.06 MB 170 123
197,052 197,052 00000000000006d3fa066d7de81cd6728a74965528f613ba88cb26cb69eac5e4 0.00 MB 9 29
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.27 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.