Memory Pool Memory Pool Refreshing

9,680 transactions
4.49 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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,091 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (675,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,521 232,521 00000000000001db16dee4abe5287f8816c701d502399688dff5e277295bb140 0.19 MB 402 151
232,520 232,520 000000000000001f8b24e5263fa6da41a99e1f5c0866b73e178b7a72da69d213 0.19 MB 374 139
232,519 232,519 000000000000016677eeb635625e05541afd5173964e196c5b0195c4bff76da8 0.11 MB 210 142
232,518 232,518 00000000000001d2b14087959a8eb8e2dcc779d69bd833e0ddb041d922e2a23f 0.13 MB 214 107
232,517 232,517 00000000000000fa78a113a7cd3019de7c8038c99cd6866a5d436745890b68c0 0.10 MB 210 183
232,516 232,516 0000000000000094b6a032307cc71ab4233ac5b5ecf22fd4d579ba1f911a110c 0.26 MB 436 127
232,515 232,515 00000000000000e03c419530a4fa0de7d2e5e0edfdcf049c2cc207758c88691b 0.06 MB 195 42
232,514 232,514 00000000000000a5c79b40398b053360a6bda3143ff07cef8510669085bf9fdc 0.25 MB 726 188
232,513 232,513 00000000000001a96ea8e83d595482f62dca5086523ee936f0f512e723881b53 0.02 MB 32 46
232,512 232,512 000000000000008e3f2f2c56a557c6731ac6fc3416d71af8b40ae33a71c8d819 0.00 MB 1 0
232,511 232,511 000000000000000954189694eb6fdc493e76cfc2c5057d0f737047e27045e784 0.08 MB 193 205
232,510 232,510 00000000000001b4ba621493300036156612b4a12bb0e0950e61a3336e843996 0.22 MB 372 101
232,509 232,509 000000000000015bf999059e99fce66859ead701df66bbfba5cf6e38d82180a4 0.11 MB 266 244
232,508 232,508 0000000000000115bca12863f2b8105854c6c76433d24ec0f652567fef1f829a 0.08 MB 138 203
232,507 232,507 00000000000001a189082e833e8fe10b7f44c0cf63c5632f3a42f04cccb884f9 0.25 MB 206 80
232,506 232,506 000000000000005346f8c0fd4cec50398adee5d83ba4c59fb23ef0718d2ace6c 0.25 MB 405 100
232,505 232,505 00000000000000d50c5a2667974390027cc9c003cca885d4c4f6e1a51f90b264 0.05 MB 122 121
232,504 232,504 00000000000000dcb9b1d011756018958a490aeda80c2e766514588940fefcf4 0.24 MB 496 129
232,503 232,503 000000000000000e97b96f0b0ce13eb2966455d0fd5ca7f723ea546e12f72037 0.25 MB 992 305
232,502 232,502 0000000000000045e6966ce4a01fa13fee01fe5cb42de3c3465ebbf523c6bfb2 0.21 MB 299 72
232,501 232,501 0000000000000016739848d28ede348939e06a83d923ee87c5f73ce3c9cfa4d0 0.22 MB 526 182
Previous 10 blocks ↓
Total Size: 769.03 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,625.65 GB sent, 93.04 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.