Memory Pool Memory Pool Refreshing

2,542 transactions
2.49 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,223 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (808,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,072 99,072 000000000000444725a754ccbdf7a7b8a88718b86d7bd5b3fdc0132ce1a54118 0.00 MB 1 0
99,071 99,071 00000000000374c5937dd444d7cdea4335f103dd1a152170fc2485a2eca23e62 0.00 MB 4 0
99,070 99,070 0000000000042359cb0c8995fff4b28dc8a6088fde3d567fe3736bddba8756b9 0.00 MB 2 0
99,069 99,069 000000000000b7792dbf37c557510739698ecacb0958afbfbb067ac08a63518e 0.00 MB 2 0
99,068 99,068 00000000000187e2c7ae8bf41635ded5e39a12a82a04945d2c266fdeadae79db 0.00 MB 4 0
99,067 99,067 000000000004706a9fe3e062064d5eecb539943f63602f8227175b7b545cfe5c 0.00 MB 1 0
99,066 99,066 000000000002056989323e0748b64a240977642a72153f0cd7721b7889dcff8f 0.00 MB 9 484
99,065 99,065 00000000000002172fdca09623293edb9e2906ec0505ecd89620cae62dbd0586 0.00 MB 12 0
99,064 99,064 000000000003c8488b5ae6672a37b5398938e46d534e04f5b1afff63408b14d0 0.00 MB 13 0
99,063 99,063 000000000001b8b04fe410656790d7853a03fd3cd154ff22e9f19c22bf3d1111 0.00 MB 6 0
99,062 99,062 000000000000e1db703efd036aa3d04c97ebb940f1c11e0cdbf364a696fe7f0a 0.00 MB 11 0
99,061 99,061 0000000000020d5273f2ba06c0a65f7ffea81f51d6d2eaf84595f535cb15166f 0.00 MB 5 0
99,060 99,060 0000000000037ea71263ec57ef4ed88d74c13edc75bebfe4952b8b69ca32d0a8 0.00 MB 1 0
99,059 99,059 00000000000081a7e51283a1fc26bfe8ff7c5b7bd031dc5613395590d6220a3d 0.00 MB 3 0
99,058 99,058 000000000000837eff1ab1048f8860555872a9182ad666b915373a924bcde396 0.00 MB 2 0
99,057 99,057 000000000002190e34ee6abc14a1aa9c9701b5c359648162bde356d6bfb7a36b 0.00 MB 1 0
99,056 99,056 000000000003f2101ee0738f31203808b44140b06a82e5c75bb0dfc2da9b7311 0.00 MB 1 0
99,055 99,055 0000000000012d1661efe9bef19fd67131a7a48e19a127f1c719ef448df07f85 0.00 MB 1 0
99,054 99,054 0000000000042bce7ca2ed4e7307a4df4c5303b0c795d18827bc974351996f1b 0.00 MB 2 0
99,053 99,053 00000000000455c0d1c7d52cf7f7ee5be9bfca2187a4167d9efa81f96ee256c6 0.00 MB 2 0
99,052 99,052 000000000001e880c1312fcbdeeb0810288c0c427233031eedb090d00ae34419 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.19 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,633.68 GB sent, 93.88 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.