Memory Pool Memory Pool Refreshing

5,358 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,874 (12,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,078 895,078 00000000000000000002436714ea03c102b2eef2ba06f069ede941170e4eb0af 1.69 MB 2,505 2
895,077 895,077 0000000000000000000159166c9b4af0dbbeaa37bfa302b025e2bab47f2373c1 1.65 MB 3,199 3
895,076 895,076 000000000000000000014019615b556dd7d4ac4b2ed34ff19103711169c5f3e7 1.59 MB 3,958 9
895,075 895,075 000000000000000000014954a22676cce4a3a567af78bd5ae47e6b71923f3af9 1.49 MB 1,928 2
895,074 895,074 000000000000000000002f2059c0c3fc4e75c1a9f9285755977fd670a5162e84 1.75 MB 3,625 2
895,073 895,073 00000000000000000001c82784f64f139c0aaffeebfb36a3ea894fbb67924fd7 1.54 MB 3,583 4
895,072 895,072 00000000000000000001bb1c0aa7e2c789c4f957fc4e4e949bc2bc40a2761238 1.79 MB 4,156 2
895,071 895,071 0000000000000000000133a1c2cbb400c5a3f7cccb9fdfb43ac343bc27ae9435 1.65 MB 3,300 4
895,070 895,070 00000000000000000001757b617e2a0eb225b33d0167056821bae515c65e3763 1.61 MB 3,677 4
895,069 895,069 000000000000000000010435eda7f25bd962fffca912b1655b7b3467e9df3d15 1.70 MB 4,395 2
895,068 895,068 000000000000000000010e5355453f09a739cd3db8965952ea8fa59b7e3a2234 1.67 MB 3,829 2
895,067 895,067 000000000000000000008ccbb1958803123a35c60f4ecc00b32058ed015f0b14 1.63 MB 3,924 4
895,066 895,066 00000000000000000000bafd8ae988c070ff32d50f9b4c79490187995ffd792f 1.78 MB 2,641 1
895,065 895,065 00000000000000000001fb576833a962a337c61de30b6af883fa39eccf10faf7 1.76 MB 4,645 2
895,064 895,064 00000000000000000002451134ecf5a0527d5e5589ec581899221eee51900bd3 1.61 MB 4,050 4
895,063 895,063 0000000000000000000056b44a4fe928cb8a551666ad21207fc014154809e8f2 1.59 MB 4,115 2
895,062 895,062 00000000000000000000b84002b247a180e282fb1299bff7abc71a443dcfc101 1.71 MB 3,807 2
895,061 895,061 00000000000000000001d887bb4c468ea11298e34eca4bf98157fea2d8a9f816 1.83 MB 3,715 1
895,060 895,060 000000000000000000011633dff7b72023215384ed375f7b4280305f85860a82 0.56 MB 962 1
895,059 895,059 000000000000000000023155ee4d96cb85164c257564617d44409ee3e142136a 1.90 MB 2,630 1
895,058 895,058 000000000000000000001f34d56cf7054f6a946d34f643039274a08ad25f1a84 1.63 MB 3,581 2
Previous 10 blocks ↓
Total Size: 769.31 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.77 GB sent, 94.49 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.