Memory Pool Memory Pool Refreshing

3,649 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,694 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,381 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (9,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,376 898,376 00000000000000000001fc57ea62f6beff9b5bde98f04d6b457ca9a16ac9c387 2.06 MB 2,130 1
898,375 898,375 0000000000000000000170c1db08dda9a43047d87c2db48717ec6419a39916af 1.58 MB 2,675 3
898,374 898,374 00000000000000000001ad4cdef3bd967580be3217e51f09b470cb89a3019fb7 1.58 MB 3,066 9
898,373 898,373 000000000000000000007d715dd8a80690ab70d9d8b9a9a4a84215c2839a74d8 2.04 MB 2,469 2
898,372 898,372 000000000000000000008392fbd7591b5045d2a78aac12e7819a7c683274ad0c 1.92 MB 1,438 2
898,371 898,371 000000000000000000018df26a8a3a311a2266db5bb236c54f5eb3de14fda6f8 1.88 MB 2,704 3
898,370 898,370 00000000000000000000263e1714ac72089b426409082a23c8b6f08cb756ffb3 1.61 MB 3,103 6
898,369 898,369 0000000000000000000130c59fb706ba8b8af3bf575ed0821a60d7c5388ade2f 1.80 MB 2,917 2
898,368 898,368 000000000000000000012361bac9f1e04359717a4686049596e6de979f346b49 1.51 MB 3,586 9
898,367 898,367 00000000000000000001dc0fce9840c1fac1738b643ff6420fecb4de4b7e9d27 2.06 MB 1,736 1
898,366 898,366 0000000000000000000137126a2b8a2f4578f050d5066f44ea1bbd4ef34d6d19 1.72 MB 2,265 2
898,365 898,365 000000000000000000010308b98f3b55ed2c3dc8f2cc8a834466f491ee10d359 1.89 MB 3,511 2
898,364 898,364 0000000000000000000048047378870ca3b892f5780c6d264141fe198203c1c7 1.62 MB 2,267 10
898,363 898,363 000000000000000000004da09ff58df85c0e39ec9330c2339273298887f21fb8 1.55 MB 3,689 6
898,362 898,362 000000000000000000010cfac7669c1eb4455fef7d18b81b7c81d40ad1e00d30 1.75 MB 2,483 1
898,361 898,361 00000000000000000000164d4298c2760651bdb666179df2f42474623e0677db 1.57 MB 3,332 4
898,360 898,360 000000000000000000011f942bb73abf811ce2b45fd2cbbd930cc1065b29d994 1.59 MB 3,520 4
898,359 898,359 00000000000000000001de080bb888bfac224a9cb11a4f850fdccaacab09c58c 1.92 MB 2,125 2
898,358 898,358 00000000000000000002493e7d8a704a6d82a0f00c6bc30c40096cc759d64448 2.12 MB 1,536 1
898,357 898,357 00000000000000000000a37b70b3f07faf528be767002d7a2c0356a8d7d32989 1.43 MB 2,276 2
898,356 898,356 00000000000000000000715c5bd1ba5af09d24da288f782580624b580b95a82d 2.04 MB 2,443 2
Previous 10 blocks ↓
Total Size: 768.97 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,615.61 GB sent, 92.66 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.