Memory Pool Memory Pool Refreshing

3,432 transactions
1.69 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
3 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
907,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,583 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (421,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
486,051 486,051 0000000000000000004f216394197fe5779ceacf5628dfc21283fb9e0a141888 1.01 MB 1,756 148
486,050 486,050 000000000000000000396af62742b896d7421b86ea812851a992faa67b5dd211 1.01 MB 2,080 189
486,049 486,049 000000000000000000071e2c695525de8caf9917246693c0f02bb3b36eeeb25c 1.00 MB 2,228 129
486,048 486,048 000000000000000000b604b4e94affd5324b1d9aa36ec412bd241dcf09c5e425 1.04 MB 2,522 146
486,047 486,047 00000000000000000037d9b44d60a8ce4d6cc155bdddbfacb46f57a4395f163f 1.00 MB 1,981 87
486,046 486,046 000000000000000000ad8e111e4f92ce3ee14393f7b7080e9f06fc81fc94f8c5 1.00 MB 2,100 122
486,045 486,045 0000000000000000009193b8708d0bf5321be141383d0cdddd005e912fedecaa 1.02 MB 2,333 183
486,044 486,044 000000000000000000bb2dd645ce56023d0b43d14618679c32ed54c3b1d197a3 0.01 MB 28 393
486,043 486,043 0000000000000000000d60274cc16a7069a8a5a6dccc7f63d0cef23eee065887 1.00 MB 2,005 122
486,042 486,042 0000000000000000006edc74a50a66b950a7579895c80f6a0acb44fa46919f66 1.01 MB 1,194 56
486,041 486,041 000000000000000000edc6e3ca5333d037c4dfa07d5cc0e8700db9f2e2c60ca5 1.01 MB 897 44
486,040 486,040 000000000000000000b20444c545046c2a6607519f0fe43b2f85a73730374db2 1.00 MB 1,508 15
486,039 486,039 0000000000000000000f99a1516f94d29c27743ae5b2999baf622b7a6fede61e 1.01 MB 1,231 64
486,038 486,038 000000000000000000658f1be9dc1078d08174ae83216eded85d49cc8d15eefa 0.00 MB 1 0
486,037 486,037 0000000000000000002655f942ae50f80b00a9d35be85805ec9bc44baee342fa 1.00 MB 959 9
486,036 486,036 0000000000000000007a86cdd105bb4f4bdff28074757ae4bddf381870569a1f 1.00 MB 1,942 21
486,035 486,035 000000000000000000ed9f905ac401f448d5e727902aaf57a50e1a669927ff99 1.04 MB 2,611 36
486,034 486,034 000000000000000000554207e5250bf31b4f023118d89cd1942b3c2b2148c4d3 0.00 MB 1 0
486,033 486,033 000000000000000000ba5de74612a9b4c88cfef98970558e7dca32625ffe0426 1.00 MB 2,375 163
486,032 486,032 00000000000000000007c1af4f4d5df74e48c9e4f835b30db7cac9d909111f18 1.01 MB 2,393 14
486,031 486,031 000000000000000000c0390b70200f4a9c7635c4bfa84875642435d49c11e497 1.01 MB 2,128 146
Previous 10 blocks ↓
Total Size: 769.30 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,642.66 GB sent, 94.43 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.