Memory Pool Memory Pool Refreshing

2,682 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,758 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,594 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (634,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,727 273,727 00000000000000015da7ee3df6e12f421084c3dacf14eea4344f83e367ab964d 0.01 MB 14 36
273,726 273,726 0000000000000004638ac33f3e33ddf79ad0cbe652f05c0995e27b5ff3507d8c 0.11 MB 250 55
273,725 273,725 000000000000000376c81a599af831e12dead20d8c6e3f24e6840e64e1a73d75 0.08 MB 125 7
273,724 273,724 00000000000000044a853990f8971cf948acca0008ec4e5fad8c1fca38a3cc8c 0.26 MB 630 61
273,723 273,723 0000000000000003b83ce8f46f536c471a90aca9c84c13c07b4aca251b3e7afa 0.02 MB 67 78
273,722 273,722 0000000000000001eed46b9c8eabddadceff2730abf20a0249e15963ce042c57 0.06 MB 157 36
273,721 273,721 0000000000000005d5e87eead95b6b1467a99c18af2fd2d97b85c0b635186e09 0.23 MB 500 46
273,720 273,720 0000000000000004d33d8f91b60d882031a4e8ae163c6240ea8dbaa391814387 0.09 MB 201 50
273,719 273,719 0000000000000002006dbeacd3300b15f9cb347ae31cb69c0ef05a76602faaa1 0.25 MB 552 69
273,718 273,718 0000000000000002217fd35c22ed7cdd509e5c304ac376fe3cf37d3a9009ec4f 0.15 MB 339 51
273,717 273,717 0000000000000001ab6ba20ede3a4720c671a014914ae7fa10077ae53c23a143 0.05 MB 117 29
273,716 273,716 0000000000000004e5287ba0e857c5d420373de6da687dd58595fd1c84b1fc97 0.25 MB 231 18
273,715 273,715 00000000000000051f713ebcbb10dda62d6c31905d7c7fb9910910aa3e4aafd8 0.25 MB 676 72
273,714 273,714 00000000000000020af256d34cbdf3344339e6ea5b140bd116536a51b79d9d8e 0.25 MB 701 74
273,713 273,713 0000000000000003a1851849d8592d080acb316698d2961f948ad70d79612648 0.01 MB 33 56
273,712 273,712 00000000000000058cb013c2b91a5fa6768783a024b76c411749d7dd0970ce30 0.04 MB 100 43
273,711 273,711 0000000000000000afc15ba56d830c698401b4bf723ef57551dfb0aa26535419 0.24 MB 470 41
273,710 273,710 000000000000000550cbda7253e725bf8358dfbd0ba3ac029e11f92c162045e6 0.21 MB 295 57
273,709 273,709 0000000000000002c4fec168b7aaf7fa645f5d418ef328f919e12cc5dceb12c6 0.04 MB 94 41
273,708 273,708 000000000000000074562eec8324a2c56de6aa154262982935bf5b41d15a0145 0.14 MB 218 37
273,707 273,707 00000000000000039506731159d8a1acd0103851b750b6318d1c9fad98e88453 0.02 MB 31 28
Previous 10 blocks ↓
Total Size: 769.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.35 GB sent, 93.35 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.