Memory Pool Memory Pool Refreshing

12,135 transactions
4.14 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,066 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (376,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
531,524 531,524 0000000000000000001c0133eea1539eb5daf0ac9e95b93eac9e9ddba94b9529 1.05 MB 1,098 7
531,523 531,523 000000000000000000168a04bf6db9ae38e65ecb78578019cd9374a64ea85762 1.23 MB 2,521 17
531,522 531,522 000000000000000000330e056c90838c101c9749df64765f8bb3c4ae105a1530 1.80 MB 160 1
531,521 531,521 000000000000000000344ea84ba767f943d6f71f6452fd0c751975fe5b6b29a2 1.25 MB 2,390 6
531,520 531,520 00000000000000000030df2dc4c1cba1083d61abbb55fd8b819f16be1f1c5b52 1.24 MB 3,058 29
531,519 531,519 0000000000000000002bd36137e57d05d61c6668f6816609484c65ec60d160f5 1.61 MB 454 1
531,518 531,518 00000000000000000011882a101941af2bdf12973e1efaa146ced5034d51622f 1.31 MB 2,802 20
531,517 531,517 00000000000000000023ecdfc02961d870281346d17f13af2750b7067fa4d953 1.00 MB 699 7
531,516 531,516 00000000000000000026979283a7e99fa46f9b02fb1022d568c77c7b642282c6 1.13 MB 1,607 16
531,515 531,515 0000000000000000000dad457dcfa516a89655687681e3171617bc5cd149516d 1.02 MB 308 2
531,514 531,514 00000000000000000015b6d2aea158326b4da2d411668311592af1e7115788b1 1.10 MB 1,402 4
531,513 531,513 000000000000000000086cc002c38b132f8683b4fceae8cc6a2be8a34cbbdf68 1.15 MB 1,999 23
531,512 531,512 0000000000000000002141d11dd1ef31bd85ead4d5f62e90f9ba0bc33c4a979f 1.02 MB 488 3
531,511 531,511 0000000000000000001573cb161fb8dc724a671779db2179088f71fe0c920d65 1.00 MB 119 1
531,510 531,510 0000000000000000000a71dc249b7c91584f53392344ac1b11d8a335a54b6697 1.09 MB 1,357 16
531,509 531,509 0000000000000000002b3aac0018ba854a2dee7c340b7e8bb44872b289a7d414 0.47 MB 921 21
531,508 531,508 0000000000000000002d7db7807b980b6b4a7c34cc8ac14847bd1617b67ffc9a 1.04 MB 722 5
531,507 531,507 000000000000000000203f5c56207fca31f0a5a3f8573d6064e46219b8b599b0 1.26 MB 1,944 6
531,506 531,506 00000000000000000022cd055cb7721629a6cc571525f409ae095687e087e414 1.00 MB 2,467 8
531,505 531,505 00000000000000000011c2f8c8a2191203d6a77c590a6326b7fda53cb0deea1f 1.20 MB 3,050 24
531,504 531,504 00000000000000000031918ab77b03a2b33d99794c10fb740a7cbe6a5da4b63b 1.23 MB 2,794 27
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.