Memory Pool Memory Pool Refreshing

6,744 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (443,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
464,077 464,077 000000000000000001e2a68e1204ae60fe696a022968fbf3c6a7cd6779818568 1.00 MB 2,413 167
464,076 464,076 000000000000000001f866e87c83c10979c6de26e10fbf31d3246f70b5bafe59 1.00 MB 2,323 158
464,075 464,075 000000000000000000ef6d47c3937cf67a4a1a18988fa1dd8d33e700f1e215d8 1.00 MB 3,188 214
464,074 464,074 000000000000000000827c836cc81693f20f7a9613383fb5330f2a91a8902327 1.00 MB 2,516 208
464,073 464,073 0000000000000000004e3a99ca78c9a62a286ca394ae65cbd6d267c37d839c6f 1.00 MB 2,447 158
464,072 464,072 00000000000000000173cf1b6c2b8cbb025b21cc7cc15925ca3d4509f490d50c 1.00 MB 3,240 267
464,071 464,071 0000000000000000018844b9a840b3908aeb0bd2518463bd26d3ade5bf8623c3 0.99 MB 1,565 127
464,070 464,070 000000000000000000b1e5e28b7a54510497f268541f5ef30a60b949b7f1f0dc 1.00 MB 2,270 116
464,069 464,069 0000000000000000020ca9f3ba3f404d91b22a3204408b7cff3c882b4b246821 1.00 MB 2,483 181
464,068 464,068 000000000000000000279c7a066f3b990d33eba8590a15dffc5a3159dd7354f1 1.00 MB 2,639 205
464,067 464,067 000000000000000000f257071d789c032bdb353fcadf0828ba4a3817ac6fe24f 1.00 MB 2,707 192
464,066 464,066 000000000000000000a3048fbe52979337d68e7bc613c82106607da7848da645 1.00 MB 1,660 201
464,065 464,065 0000000000000000018adb9f92f502e7134e80719d5f6aa3de8e5a66b514c9d9 1.00 MB 2,339 183
464,064 464,064 000000000000000000e94f544bc8bfb17e0d9f9b2561a5996ba1145c757206c2 1.00 MB 2,444 197
464,063 464,063 000000000000000000c90d05ce55462a8d74494a4a7e5f0d4ab2470b970fb6c9 1.00 MB 2,300 166
464,062 464,062 00000000000000000198b3ccf5adc2acf492aa5d4f7e02b6659ae1e3aacf1d97 1.00 MB 2,972 264
464,061 464,061 000000000000000001658b340b895eba15f5f36784f1ce016b81c40bb289e521 1.00 MB 2,394 214
464,060 464,060 000000000000000001e44b9f2b382908c0ddb3749f8d63da024be8671ac7c253 1.00 MB 2,341 141
464,059 464,059 0000000000000000011a63e83454b2c731febef667e491fc90322b3cf852b339 1.00 MB 2,621 212
464,058 464,058 00000000000000000152a0cf78d77be2a0bc510de13a8c04136c277903d5f936 1.00 MB 2,482 150
464,057 464,057 0000000000000000006243b64b0b440f7358d20a6c5eb86b671cd48397a2f190 0.99 MB 1,407 63
Previous 10 blocks ↓
Total Size: 768.98 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.98 GB sent, 92.70 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.