Memory Pool Memory Pool Refreshing

2,679 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,757 (553,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,267 354,267 000000000000000000c4a6570d47f39dd7ce11d65a2a194d0fdcd8ce4f9b0aa9 0.26 MB 470 10
354,266 354,266 000000000000000008222bbae29342db27cb915630c9cdf34e2ce5076feaf2ad 1.00 MB 2,256 31
354,265 354,265 000000000000000009ede98271879c169fd6fbadffcb92d98022e83f364078a0 1.00 MB 1,672 24
354,264 354,264 000000000000000001a784dfa7e1f7dae0bebb582d59f179a35e6251ba5b305c 0.75 MB 2,170 38
354,263 354,263 000000000000000012da4f0b22ae6eeeb2c454081ffe3d47e2920c06181a6f0c 0.28 MB 535 21
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
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.