Memory Pool Memory Pool Refreshing

3,948 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,389 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (370,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
537,852 537,852 00000000000000000029552a00182ae7adbefd16d140ebd6d0511146caa25eda 0.70 MB 1,216 3
537,851 537,851 00000000000000000020aade1920bae3e2ea721f9f69dbacee40d1732bd1eede 1.25 MB 2,795 30
537,850 537,850 000000000000000000077c47652606169f0af195b52fbac97763b7779eb9fde3 0.30 MB 605 16
537,849 537,849 0000000000000000001c199073a7364e35bc6464195572724f50297c5a650a9b 0.55 MB 1,240 20
537,848 537,848 0000000000000000002085fa1d46f5a3ea1b50d8ebe6311d89b89bbbf0765133 0.70 MB 847 20
537,847 537,847 0000000000000000001c42adee527c89121a3f82dcdcdf7fcd0804ce5a4fd888 0.15 MB 275 1
537,846 537,846 00000000000000000017cc44043b83b91f465a0c4b336ee2dab1163b21690f2f 1.12 MB 2,632 13
537,845 537,845 00000000000000000007e6cc9de16eaf449eb21db6e9c90c6289db4a96bc5367 1.22 MB 2,862 24
537,844 537,844 000000000000000000281f29ae957819938bb62ff19c2cb7de728b84d94b1fa2 0.31 MB 775 32
537,843 537,843 00000000000000000015329f7875a9c47ba6e7915893077f9746f01341d65f0d 0.09 MB 245 15
537,842 537,842 0000000000000000000b257a984b40af5d2e6d332a056327d75d6ed540e0aa98 0.77 MB 1,877 20
537,841 537,841 0000000000000000000534868678ac02cf9234e520ad22e20b16214185ce5e3c 0.68 MB 1,522 29
537,840 537,840 00000000000000000015c1335f0df9f7f0855fbd59eeaac1b72cffc23d094ec9 0.65 MB 1,576 19
537,839 537,839 0000000000000000000b244a8a91affe1b941db6b43d8a57666fa0a07c5794a8 0.50 MB 1,264 21
537,838 537,838 000000000000000000228730967a23ff95cbc873e172fdddaabe775919fe06c1 1.13 MB 2,526 14
537,837 537,837 000000000000000000179554a6197e75fe11c316a0820d71e58228b45542e4ee 0.07 MB 148 24
537,836 537,836 0000000000000000001fa7be8d448fbdff5fb1ef521611e45dc524df153c6e01 1.17 MB 2,498 28
537,835 537,835 00000000000000000029825d1789f267b4e7f1d77e018a25d0d2b32b1a03c3d7 0.44 MB 1,204 17
537,834 537,834 00000000000000000007a24a564e0e7528f6e3d4d518426bdc6af0a74db4149b 0.29 MB 507 18
537,833 537,833 000000000000000000219d8ef7df99535530b235cc613af405b8173b2c48c39d 0.86 MB 1,873 19
537,832 537,832 00000000000000000002a268c90a514c385f99089679391dc139c17aa2057c83 0.81 MB 1,477 24
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.38 GB sent, 95.76 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.