Memory Pool Memory Pool Refreshing

2,555 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.74 vMB 2,526 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (556,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
351,233 351,233 00000000000000000fd906a46b219d6ac23bb8b398673b3b71cd7a3a510862ff 0.56 MB 701 16
351,232 351,232 0000000000000000150f64b38bce47b9ded91369eed6158b934aad7fb91386d0 0.75 MB 1,825 39
351,231 351,231 00000000000000000c232dadb6faaa6a0ef38fee50dcacfd53e8d273c010703e 1.00 MB 1,570 21
351,230 351,230 00000000000000000b43ad0ef8af67562bd1542ac9ff05bbca28ae63fa160c79 0.75 MB 2,306 43
351,229 351,229 00000000000000000186954c35eca706e2d2ae35e352b9f28dc7d545c3f1da16 0.81 MB 1,484 23
351,228 351,228 000000000000000006f63ee81dface503f8e115c065791dc2e911cb45c4fac39 0.75 MB 1,591 32
351,227 351,227 0000000000000000114f2215679247078d8b753f6a088fd85b30550193ff60bd 0.12 MB 182 23
351,226 351,226 0000000000000000021493d96c5075a621a1b53f4e506687b10563b18f9582e2 0.15 MB 277 22
351,225 351,225 0000000000000000139c3c2ec1821208daeab23e24b278915f93551247668b51 0.45 MB 924 24
351,224 351,224 000000000000000004aab764efc6fd9eae29553c41838874387530aa1a8025d2 0.75 MB 1,369 26
351,223 351,223 00000000000000000d1150a30547ae803b3b097ee37ae751d53ae51f58e36b5b 0.42 MB 999 31
351,222 351,222 00000000000000000aae68f2687b8101f1380ea9df48d8a0229527b8affca66e 0.21 MB 455 27
351,221 351,221 00000000000000000c93b08c379112dd857ccaaedcabc57c8b1faddc537937a3 0.09 MB 196 28
351,220 351,220 00000000000000000c11db94942f8c854303da0e34e9c80772c936b2ed58c572 0.06 MB 141 26
351,219 351,219 00000000000000000aa89570aa1697679e3bae374843444b9b8ac5d7e872a6b7 0.67 MB 1,403 29
351,218 351,218 0000000000000000077f0ec7bf917b2651b30cfa254ce5afbd4eab7a3d2ba73d 0.18 MB 386 36
351,217 351,217 000000000000000015258a2f4789dac7b3929767ebab4d8b352167e788c9cd50 0.09 MB 173 10
351,216 351,216 000000000000000007fc074d71369fcdbdd448bf51ee72a41c1cb9db455aa943 0.37 MB 700 25
351,215 351,215 00000000000000000b8676787f87e721bd007811672c88bace423a1ab01a7f02 0.53 MB 1,024 27
351,214 351,214 000000000000000014f84024756be06464c14983c497442b9c873d3b454319fb 0.11 MB 57 4
351,213 351,213 0000000000000000133e0904645fcc38e4171b5ad970790b8fdd3229176ee322 0.09 MB 189 40
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.76 GB sent, 94.08 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.