Memory Pool Memory Pool Refreshing

4,997 transactions
2.55 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,680 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (553,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,262 354,262 000000000000000004d9678eee3359657e127a55dbd7eab9b94f54c41a199960 0.16 MB 303 22
354,261 354,261 000000000000000009f8023771f4ae9edebd74ec4d0782aeffb33f5e8f50787f 0.75 MB 1,206 25
354,260 354,260 00000000000000000c531caf38e99c5467759ad7e8394cb9e86a32147720a8b8 0.75 MB 1,734 33
354,259 354,259 00000000000000000abe626b3c3b47043615e09778f483b7dcbb601fb2738fcd 0.18 MB 250 16
354,258 354,258 000000000000000016607ee805984bfc35c038fd5c63a2f67b1d4d0a5522cbe8 0.59 MB 864 20
354,257 354,257 0000000000000000149902a1a473420d3dfbc6bb28b00ab553f57cc095f65b76 0.75 MB 1,892 33
354,256 354,256 00000000000000000de00dfacc18990e1a9abc5599abec543c8dc18a1aba404a 0.61 MB 1,476 29
354,255 354,255 00000000000000000ed5d5b65e803c642e4040b51d7e3a3c756ffa84acc404ee 0.35 MB 605 24
354,254 354,254 00000000000000000cb18c52d1f294ac5cf8d545c1a68fcc501f465473f2c6e0 0.30 MB 617 28
354,253 354,253 00000000000000000a6eb25e51ce8a61e0bc4bfa2a4b0a04cd09975352ede319 0.27 MB 615 28
354,252 354,252 00000000000000000cc3aad782ed90f26ea4d1fae0656619170e635b2d86bf32 0.45 MB 544 16
354,251 354,251 00000000000000000445de4cf9b1fa3e0117ce0702ffe737067906e5c4b6f805 0.75 MB 1,675 33
354,250 354,250 000000000000000012fd55043bab09421432a9766049051515725ee9676d1a32 0.11 MB 242 31
354,249 354,249 000000000000000004a996abc47fce13adcc3cfeb2cc403363e2e9b764b0cfeb 0.07 MB 168 27
354,248 354,248 000000000000000014425a327eec749c6832269255d31c2ee401f64f3efa7f0b 0.55 MB 1,064 26
354,247 354,247 0000000000000000127cf969731b5e0483671dbb5a1672ccf93d967193224aad 0.11 MB 137 14
354,246 354,246 000000000000000007980cf20702d5b2338265665ce860f7b4899a6600ad6fd9 0.51 MB 886 25
354,245 354,245 00000000000000000e3838fd85d43b3747ec0794ad7dff5c64e0e28e4a0a245a 0.23 MB 539 29
354,244 354,244 00000000000000000de8f56f24d961461eebc02e099a6f418b65c330c7979266 0.50 MB 599 11
354,243 354,243 000000000000000010c2c2c3974301100b3010c2c5fffe7694bb36ac45ca4fca 0.75 MB 651 17
354,242 354,242 00000000000000000c0e7a0b99c75b3137b39bb2cb0975a856ce36d7e5a6e2ee 1.00 MB 2,102 27
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.