Memory Pool Memory Pool Refreshing

3,713 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,545 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (611,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,311 296,311 00000000000000002d399d7eefa0d045119c0bc3044d7720a58cfead113a8348 0.43 MB 421 20
296,310 296,310 00000000000000009237035d1fd2ce5dc85e479f50edb45ba6a4fcf90298ab27 0.25 MB 777 61
296,309 296,309 000000000000000019369b18554a6787078ec2f48ee90c0f6122590f6e65fe9a 0.19 MB 326 55
296,308 296,308 000000000000000088ed1a268a423953cf438bde26cdd24ca88cbe542861d89d 0.05 MB 80 23
296,307 296,307 0000000000000000a767149de4d49d0c423f1c9d4dc472d1c5584511be2335b9 0.11 MB 170 25
296,306 296,306 00000000000000008236159f687ad280b19248e7eabcd90cc17e32a526d5cb75 0.09 MB 126 32
296,305 296,305 000000000000000044df6a5319823586e8ec23ec87bee19efc8529a3bedd0ecb 0.35 MB 716 49
296,304 296,304 000000000000000050bdb46791ec540448e7c4b86cc473cf34d2e99c2990fa17 0.03 MB 50 50
296,303 296,303 00000000000000003d29ba366543155700d5d362809c5fa1e84010f752f36832 0.20 MB 378 46
296,302 296,302 00000000000000003960a0a373d0a4ad46dd363174e3f572e0577e1bae52a6d2 0.02 MB 51 38
296,301 296,301 00000000000000003612f4a909f11261ce38f58afa236d546cc11e86a8abe26c 0.49 MB 846 42
296,300 296,300 0000000000000000b0eca6ade9dff8c71dff0aea9f072fa346c9356768f327cd 0.05 MB 128 41
296,299 296,299 0000000000000000b37fbca9b71c9af860c1e174253298ddbf9c00b5d76fb989 0.20 MB 337 52
296,298 296,298 0000000000000000027900a03fd1daa47c401ff5727fa80962c85515978084cc 0.17 MB 310 55
296,297 296,297 000000000000000008078e5f8113fe233f2585feff7d65874d7ae66913865b4b 0.21 MB 257 26
296,296 296,296 00000000000000003ef5ed6217a238be2d2e68f7b737eeabff8081ffc19cba26 0.14 MB 128 15
296,295 296,295 000000000000000035343ca968e552877639e9684346ce33885572a4d0bfbc90 0.08 MB 115 26
296,294 296,294 0000000000000000312d050a19c8613987ef489b0087f62a78d0616b2c249c5f 0.13 MB 178 43
296,293 296,293 000000000000000006d7fcb6a5aa3ffa498c33cbafb49021ced70624aacc15be 0.90 MB 670 17
296,292 296,292 00000000000000009d08211a0fa5ea58c97003b4f730de007d480a4d533578c7 0.16 MB 512 71
296,291 296,291 00000000000000006b188e516f39ce442dcf29a12a44439814ac8335b1009c42 0.15 MB 290 70
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.