Memory Pool Memory Pool Refreshing

5,257 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,833 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,022 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,832 (61,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
846,246 846,246 0000000000000000000271334b3b152c2dd17b1557a7f585c59bf9157bc516ab 1.43 MB 6,769 45
846,245 846,245 00000000000000000001f54b1efe152801e25a85fa09196ed47e57369ba2dda9 1.43 MB 6,726 41
846,244 846,244 000000000000000000023f28a4cc8fab7a4b60fbc51b191f0a71ae2b19817b4f 1.43 MB 5,899 52
846,243 846,243 00000000000000000000d554650a1f1531b33093927f4519e6a22c0601ae4b50 1.47 MB 5,721 35
846,242 846,242 00000000000000000002b9a5f7ec20567294c991db571c816195efe477414435 1.51 MB 3,452 28
846,241 846,241 000000000000000000010e59bd4bf75897b52f3f1415d854be7b0ee9f26c594f 1.45 MB 4,819 20
846,240 846,240 0000000000000000000173ce0b8c7cc896d2f49aca1ce9a70bae611ef6641b88 1.90 MB 2,593 17
846,239 846,239 00000000000000000001c3f471c0839d2755a0621448cae89123250dc4cde0ed 1.50 MB 3,838 26
846,238 846,238 000000000000000000021ad853f76855369c73285aa2878235f780d4a43b453c 1.56 MB 3,483 31
846,237 846,237 00000000000000000002f4671f74d0a72f5d16ee1243bddd510ad55cca9548d8 1.43 MB 6,007 18
846,236 846,236 0000000000000000000109d3bfb843e7abaa8a16a08da03b2c24e02aca2dee5f 1.50 MB 4,873 24
846,235 846,235 00000000000000000000abacc5d747b7eb5489efa4b029106fd5557168ca6dbe 0.00 MB 1 0
846,234 846,234 00000000000000000001517d8761379644ee4e79ebc4f7bda13232f3f91bced8 1.49 MB 5,217 19
846,233 846,233 00000000000000000000c58eac2812d527cb6f27ce0e378f28de47be387611c0 1.46 MB 6,053 22
846,232 846,232 00000000000000000000e29bbb5dbd23c78cc0591a4f586550582b95f90bc393 1.48 MB 6,766 32
846,231 846,231 00000000000000000001a6f9f1fe1948321f37a6752f2c3ff1b22bdb2843f192 1.49 MB 6,824 21
846,230 846,230 000000000000000000010d0c00215f5d2cc8ff813c2ecf337ac318d6a160f44c 1.46 MB 6,074 21
846,229 846,229 000000000000000000005823d50d51a39cd08ec4046ecbf486a4f37476f83c3c 1.53 MB 6,145 30
846,228 846,228 00000000000000000001b3c9fc71a57f569b01c67298765f40da3f4dc4cb85f9 1.42 MB 4,539 21
846,227 846,227 000000000000000000016722fa9a26360a1b796c15635bf3d35fd06e056cecf0 1.57 MB 6,297 15
846,226 846,226 00000000000000000002d2a771cd75ed56bf9641d2cf6fcff6845d0ce1d46c8f 1.53 MB 5,230 24
Previous 10 blocks ↓
Total Size: 769.23 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.73 GB sent, 94.07 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.