Memory Pool Memory Pool Refreshing

12,270 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (36,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
871,249 871,249 0000000000000000000200d2838df686a05c31fbfd7166c65994efe40981868e 1.51 MB 2,826 11
871,248 871,248 00000000000000000001111279ba6f33465483472f85fbe84817979dfff7d294 1.57 MB 4,206 13
871,247 871,247 00000000000000000000cd836023f2497b3fd07c537499faba9d6682cf124441 1.56 MB 3,555 19
871,246 871,246 00000000000000000001623e5efde0340124f0ad6171ad6d70867092b1033937 1.54 MB 3,418 14
871,245 871,245 00000000000000000002b5d271fece0306b81323678327239b1a646bef370ccb 1.67 MB 3,695 5
871,244 871,244 00000000000000000001842e5458621f83ddfbd762e19281779fbf474e44013e 1.47 MB 2,900 7
871,243 871,243 00000000000000000000af11f3c7a8f94a3c7c6af62740c0995d3b118a9731ff 1.64 MB 2,881 12
871,242 871,242 00000000000000000002aa941986cba5984b990a3426000d0f18d618fc7f2516 1.85 MB 2,844 11
871,241 871,241 000000000000000000001a9d27d303556b119135e7879c67dbf0c7c3f312355c 1.49 MB 2,955 11
871,240 871,240 00000000000000000000819b167aad5b0843511829051781e2023c6206d5b2ee 1.72 MB 3,635 7
871,239 871,239 00000000000000000000eea06f6ec43801d8c9c812aa0dd5e75924e68718d787 1.65 MB 3,670 10
871,238 871,238 00000000000000000002b7f939f2224aa4a7670a38fe6e20295ef0946d9e428b 1.41 MB 3,807 8
871,237 871,237 000000000000000000010e9c1288cbb4b89df41900368976695ee86ea13e79b1 1.35 MB 2,055 10
871,236 871,236 0000000000000000000021d0bd07879df098ff5b57a47e7404577c8649d14f66 1.51 MB 3,556 15
871,235 871,235 000000000000000000019dd0590d30151c895c4241c3a445b4a48c6021005803 1.55 MB 3,794 10
871,234 871,234 00000000000000000001fbc0d5aff8ea33dfede77c15ef76ce9b0e563d7273bf 1.60 MB 3,749 20
871,233 871,233 00000000000000000000d1d48983826e29aa6a2128176e1ade0577e07d1ac832 1.58 MB 3,808 17
871,232 871,232 0000000000000000000106e1af1f87a990e5f1b333568043403b115d550b4b19 1.56 MB 4,697 13
871,231 871,231 000000000000000000012cdfe3663c0ee5e91c645aa54dc34f7305dc158e5eff 1.63 MB 3,695 10
871,230 871,230 000000000000000000018d0efad7e44fb6afe609d55b388563759825970bc215 1.83 MB 3,885 13
871,229 871,229 000000000000000000028fd3a2e3f25740c446a4a4c3f018b162f4fda3f79d2a 1.59 MB 4,457 16
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.