Memory Pool Memory Pool Refreshing

6,508 transactions
3.53 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
908,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,772 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,700 (842,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,472 66,472 00000000064a3638f87b85a30d8a0012c870019937db54ed982c413fccd8302b 0.00 MB 1 0
66,471 66,471 0000000008475e476fbc119f4ba24d13616fbbcd3d07c8fc8afee19e565e7de1 0.00 MB 2 0
66,470 66,470 0000000009cd8cd41d5abf51b5fdb78af70b8db00e33960f0011f49b07b014b0 0.00 MB 2 0
66,469 66,469 0000000006f3844ad9f9f411484e8bc594ceafe3dd192bf3f31216b2a080457f 0.00 MB 2 0
66,468 66,468 0000000004bcc35abc05fe6adf562dbdc94abec9f819ea9610832c245479fb68 0.00 MB 1 0
66,467 66,467 0000000006e558a334480f12f392feacebe118b29f4c2c3b0d26182d3ac910ce 0.00 MB 1 0
66,466 66,466 000000000121409ca63bebb3a2250aa9eca4bf81ce21315ba80fc6515c8239cf 0.00 MB 1 0
66,465 66,465 00000000014122ac1df317018054cb4e02aa907119a32e9b5837b08743f71c9f 0.00 MB 1 0
66,464 66,464 0000000006d148c1f374e5fd5337a009006ab3bad08cdae52ed3a54098e061ad 0.00 MB 4 0
66,463 66,463 0000000007a8b72630910d2c7228fa47d8deca1e7a6e1ca3685895d92bbc59a6 0.00 MB 1 0
66,462 66,462 000000000475a2a0f000c0f3ff07d403298c77058380dc33b206bafb7588c22f 0.00 MB 1 0
66,461 66,461 00000000039ad3539c6995c4ab066bd028a66331c6e2bdee9b81d5462edf7417 0.00 MB 2 0
66,460 66,460 000000000557ef7d942f6201efc8380eda79893263905bd2c546b43a583fbcf1 0.00 MB 1 0
66,459 66,459 00000000078626acb20b2cd02f1fe0be22d5212fb9193e045e541167de9a5fe9 0.00 MB 2 0
66,458 66,458 00000000045cb9a2cb9ae8c264d1749f039997eae2d68a3b12fc91d706347436 0.00 MB 4 0
66,457 66,457 00000000059f3fc9277308ca3339ec3edf27434d31cb74193789ca33f27ef1de 0.00 MB 1 0
66,456 66,456 0000000007ab5db3628ec025070c4a7c73927e76282687554bc81483944ae523 0.00 MB 2 0
66,455 66,455 00000000075e23f90e67cd3590052920bc0ee9773ac2d7f32f1d6036a1312578 0.00 MB 1 0
66,454 66,454 000000000ad68c8c481f31f4ccef4a940871d4b240a9e9bf2b69f6645133c3b0 0.00 MB 2 0
66,453 66,453 00000000002df06be7735f940f6db2553235e342b6e1f391ae3a042c1da6093f 0.00 MB 1 0
66,452 66,452 00000000083106132ce460d08faba0510a1727d2fffd9701faf496de5970d80e 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.01 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,854.45 GB sent, 101.99 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.