Memory Pool Memory Pool Refreshing

7,049 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 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,589 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,437 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,588 (894,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,708 13,708 000000001bd30d1395a6ea5fae76de3e8ec5543081cacf72cb8a0ccb76105d21 0.00 MB 1 0
13,707 13,707 000000006584124e1847edeb581917e7c516c6e26967fe31c0c75b58415bca43 0.00 MB 1 0
13,706 13,706 00000000f448623292315d778b2a30e5c89ca5a7914802799278a69b91b8165b 0.00 MB 1 0
13,705 13,705 00000000a0d1af7f1c24962cb7f2c3405a74d4a3776edf5219bc7ff133790dec 0.00 MB 1 0
13,704 13,704 000000001f9606d3d8164f1b3073f048941f9bd0b5c03a7b0786abf32ed64b6a 0.00 MB 1 0
13,703 13,703 000000006503369ad2e34e6199732c0e3b7e510b0258de7bddcef125beb87a0f 0.00 MB 1 0
13,702 13,702 00000000186f8e2e56599a258b2e1340ebaf0e78f444a9ad4b7b3fc9fffbf9f7 0.00 MB 1 0
13,701 13,701 00000000a09539d95e6ca95111641ecad17687ebcc05864f480f112457163035 0.00 MB 1 0
13,700 13,700 00000000248a9d6668ae484c742995f1b21a0d2a083143cdabf6665d061e2d2b 0.00 MB 1 0
13,699 13,699 00000000387d02f56cf7c8107fe9a0a2881e835b2f2a6003407d7e2dab6a76bc 0.00 MB 1 0
13,698 13,698 00000000cc19ba98458ca18364f7418a3793f33d55dcdcf80e4f2ac41017c58d 0.00 MB 1 0
13,697 13,697 0000000032ab4ae4247f7fc4c398c3894d97d824d4044e212723ce8a2eb58528 0.00 MB 1 0
13,696 13,696 00000000adc819252ae7c56bd39b77f002a80dc0916ff82a152856f748cdf952 0.00 MB 1 0
13,695 13,695 000000009dbe6b14e7b8dd63560cb37451efcbf221e9353a6cc155837aba13f8 0.00 MB 1 0
13,694 13,694 00000000ac64ac5ffa6e89286b1c3d4d90c9d6a991c852c9ad4afb3886d64fc9 0.00 MB 1 0
13,693 13,693 00000000062ef3bdf88527a9d4fcf034e5a8b98b44d06317e00870dcfc79770b 0.00 MB 1 0
13,692 13,692 000000002faf6f733b8b6e3ee8a849e4c03a17682381d61e8aec9e884af17c42 0.00 MB 1 0
13,691 13,691 00000000294e645f4f2587343b3f75ce401bd80253f05b3639cbb526ab2b2042 0.00 MB 1 0
13,690 13,690 00000000e879dbbdef9b629ba5b70adf4bff8d0ab8a84226b796a5a2f285cc47 0.00 MB 1 0
13,689 13,689 00000000e7e097cc68237b6ee46aaae470fd1d7265d692556267e059247668f3 0.00 MB 1 0
13,688 13,688 0000000010a0165385a72a4e3e35243d892e17d35b39194c948e63578a139870 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.79 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,849.16 GB sent, 100.96 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.