Memory Pool Memory Pool Refreshing

5,232 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,439 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (773,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
134,081 134,081 000000000000086282eff8a0bbbd4e25c32819f066e00b145ee841af6ea801c9 0.01 MB 40 764
134,080 134,080 0000000000000a7758fbe506d6b5159f403ca0b54e2bd92d03493eb26bdc5dcf 0.02 MB 28 530
134,079 134,079 000000000000073f6af5bf07e0d42e810630473dac498478d4e238acc78ea8d3 0.02 MB 84 185
134,078 134,078 00000000000002169e3ea4594c06d08a201734f4ff2f665d9ef903864abbfc33 0.03 MB 85 620
134,077 134,077 000000000000041979cb475b54018b37ab077b484481a966e621036a4094022c 0.02 MB 48 708
134,076 134,076 00000000000001f1fe2adcaf0093496076c468f909dc8840191f97d499cb04e9 0.05 MB 105 506
134,075 134,075 0000000000000ad021cc5861b97ccdd1f8aa518bf0647ed7408b9e4990bbd689 0.02 MB 24 72
134,074 134,074 000000000000019321fcdb432c8f1960df368d17f2e21fd6c2d4db75bcda0c3d 0.01 MB 28 2,153
134,073 134,073 0000000000000017d1408061b46934e8267a926fca13c6aafad8394cae51df02 0.01 MB 11 322
134,072 134,072 00000000000009d664341457bbcb914834db58657ad8da3cb892914d90b26c3b 0.04 MB 108 102
134,071 134,071 00000000000002ca40680c1fd2ad789dc83fdda2f2825db10560ce83abffaf86 0.02 MB 36 366
134,070 134,070 0000000000000061197e6a44f97f75628de2510c6ae9041599f535d65d6721ab 0.02 MB 56 678
134,069 134,069 0000000000000ba3bb0d87329ed2ef0d9440b3be1cbc383988e5302ad03c4dfe 0.04 MB 114 464
134,068 134,068 00000000000004441a9047a3020aa9e7d6aa269b111e8b09fc87c98c6b7c7e09 0.02 MB 19 715
134,067 134,067 0000000000000696103b7e956d4976c8fd2e366eccf1b54dd7253a2b7b2b24d1 0.00 MB 3 70
134,066 134,066 00000000000003162ea0e2732ec54a1dd5088389a258165a37fc11bec7cd5a3c 0.00 MB 17 0
134,065 134,065 00000000000004d00aa22cfac26f5374a33243fe44e1e60b9018a9ba6837a2f0 0.01 MB 35 413
134,064 134,064 00000000000009e2871ecb96aeeb4c0324d8ef43f07e82c955c362de1ac49b2b 0.02 MB 64 438
134,063 134,063 000000000000088d37273a95cebbe489408fed6ac1a85c13375b9e72ae7a2c63 0.01 MB 19 7
134,062 134,062 00000000000008858d192e1adf56ccccee557de451ef351723cb9fe8b896a445 0.02 MB 49 628
134,061 134,061 000000000000082eb8a72f63be60c9c70d5aca7605b377990b37e90902d951a4 0.01 MB 28 1,088
Previous 10 blocks ↓
Total Size: 768.98 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,616.00 GB sent, 92.71 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.