Memory Pool Memory Pool Refreshing

8,289 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,919 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (719,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,980 187,980 000000000000077e8f3c837f8ad6b26bd32bd6b644eac9cb10fe5f8c19adbbec 0.02 MB 67 25
187,979 187,979 00000000000008a7e27c19cd25a50ef837a2728946b2c009e79ba262e4ee8d29 0.03 MB 103 51
187,978 187,978 00000000000005654ec7467101432d3227956719b67a44e54240a527dbddd5c7 0.13 MB 319 146
187,977 187,977 000000000000083482171845cabe9e2b820cb6b4474d162d4cf8e2688f5da65e 0.00 MB 9 21
187,976 187,976 00000000000005b1285ad87c003a3d55a4b21c0689d36ac5b87ffe0da8db44f9 0.01 MB 34 106
187,975 187,975 00000000000000e1cce6df55946e816287c2e3e7fbe568cc6521592d4f91c690 0.03 MB 112 81
187,974 187,974 000000000000044b4768e7c510f2f40f4c078606e94f48777c46a221936e1bf9 0.07 MB 159 134
187,973 187,973 0000000000000722f391e6f1b5c029000e3b4a1f580cbde3e7d1abcb52a5b45c 0.08 MB 186 150
187,972 187,972 000000000000033c0ef3574cf240a5b3cf79d27db587921e7c29d393cb7df89f 0.01 MB 32 132
187,971 187,971 000000000000036beffbed69516a2a7ff5d204dd598662bb3c4c97b2d814166a 0.01 MB 14 75
187,970 187,970 0000000000000890e8c0cbb2f8b399b0195471e023ec643a9d869856116cbed6 0.02 MB 53 60
187,969 187,969 00000000000008df855517bfdf6be91ae6529c48913cafc414cb2e904c68c95e 0.04 MB 94 151
187,968 187,968 0000000000000312d2052ecb1537ea126ac566e8e5e3b746ce8f530f5088289e 0.07 MB 163 158
187,967 187,967 000000000000006c51e9aee0a1f69f612fc0cb64b3edafc5ebf4a8299001c1a0 0.00 MB 10 15
187,966 187,966 00000000000000a402096058397f0272fbf9257a9f45a1b59b191a89d69001a5 0.03 MB 54 72
187,965 187,965 00000000000000421f215cbdb6d18038282a9355d878d9f88846cc2544572428 0.01 MB 22 81
187,964 187,964 0000000000000686a568a50e1fb66cb799187944a8df58ee25410172df8fde34 0.08 MB 103 82
187,963 187,963 0000000000000628e1d354c19c99933fc8c4eb7b98e1a8f9182496948f7d87ae 0.02 MB 49 101
187,962 187,962 00000000000002d0e595f92fd88db870c9aaf88a1320f098d1e3490fff2bddd7 0.04 MB 86 265
187,961 187,961 00000000000001adaed62d0dc07b3e585ceb9ef249b551c3399ce9ac8f39cd1b 0.02 MB 42 85
187,960 187,960 000000000000093dd06ce15fda0d7ef9963cc0293b5c889759b27acebc8d231d 0.01 MB 18 58
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.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.