Memory Pool Memory Pool Refreshing

17,821 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (279,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
627,827 627,827 0000000000000000000b31ffe871e463f9b5a65fcc7064e7933a7d3c740ba99d 1.38 MB 2,350 13
627,826 627,826 0000000000000000000d65335823719ae8380d80261d51d1152c98cb8233d4ac 1.30 MB 1,709 38
627,825 627,825 0000000000000000000a07e26677686cc13e7f99dbccafb90b7fc0c560d02cd0 1.24 MB 2,153 28
627,824 627,824 000000000000000000013fc7af1294394674bfa9a287e53cd3a0574981f22fa8 1.17 MB 2,549 12
627,823 627,823 00000000000000000002f849f65b0ec21c94ed597853c261ddb171461fb38f3e 1.15 MB 1,919 9
627,822 627,822 00000000000000000005949f34a7846fb225c69ae5b94cb11c4b4c46892431cb 1.29 MB 2,690 25
627,821 627,821 00000000000000000005749dc2fe6fa169002c422a0470b662846ccecd55db1f 1.34 MB 2,468 19
627,820 627,820 0000000000000000000780958fb6709d5bf8f2b368328be1843d354bf71b7672 1.36 MB 2,430 21
627,819 627,819 00000000000000000004b18e7290beaeae45a61bea9df10b2030b170025fbe11 1.25 MB 3,034 37
627,818 627,818 0000000000000000000716c35fe32fbed84ea3d67c95078595dc038f78eef12d 0.14 MB 181 18
627,817 627,817 00000000000000000000bb5b81901b33d71f55ad1d452d9f4a86c578876c6e7b 0.33 MB 654 14
627,816 627,816 000000000000000000083a54972f2875b413a31f76def09b07becb3a320332e4 1.19 MB 2,282 19
627,815 627,815 000000000000000000085977d2351dd0de809453ad9fb8498af0c374ed97f51d 1.07 MB 2,069 6
627,814 627,814 0000000000000000000550a708febce70d617d7d0c518acb6045102da833044f 1.37 MB 2,907 28
627,813 627,813 00000000000000000010ea4fc74917322928f6795fa1bc33f28077f269d7fa65 1.27 MB 2,421 9
627,812 627,812 00000000000000000001fc0ec89ef61abd7c53ccc1ac1f9613d7b3dc75b0afcc 1.32 MB 2,645 20
627,811 627,811 000000000000000000073663a2054d642b30c373de96daf3dc7147b28b630fcc 1.28 MB 2,661 23
627,810 627,810 00000000000000000000199a01d60e5908368041a150e1e76fecc30a69d0806b 0.13 MB 258 14
627,809 627,809 00000000000000000006fce7ed42a6edb782498ceba012cf634980c28f7ed99b 0.31 MB 616 17
627,808 627,808 0000000000000000000a3158c3d48148a89ab592083329d970a0a7c884caeec6 0.28 MB 394 16
627,807 627,807 00000000000000000008d5ddc610dc0d6330110acde14897dffc91d05ecd0572 0.30 MB 579 16
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.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.