Memory Pool Memory Pool Refreshing

10,151 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,960 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (12,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,555 895,555 00000000000000000001e7755c42f4aa120eaae2a1e21536e15421f8369b1961 1.61 MB 3,933 6
895,554 895,554 0000000000000000000159f5fd534894de24475370e87604a4e9822d3cccd7f1 1.28 MB 1,731 3
895,553 895,553 000000000000000000003fb8a56559e4d6bc5f7cd1acaef5bc8a01f9a725c1ca 1.36 MB 1,393 3
895,552 895,552 00000000000000000000c2a3e7f770a0617ac8693946ed7c62d895300f88e79d 1.33 MB 2,403 5
895,551 895,551 00000000000000000001870c407f251e07ee330b037935b8962b5d38c0949fb0 1.24 MB 1,014 2
895,550 895,550 00000000000000000000b4a73539000b24e708e7183a67defe79681af3d8cb85 1.53 MB 2,413 3
895,549 895,549 00000000000000000000c3d6efde98368b6c95f53a095d5a0e1a02582e09d9c7 1.69 MB 1,550 3
895,548 895,548 00000000000000000000d1bc1a94c35109f77ccc0de89d8ca9f1779d83df73f8 1.62 MB 2,975 5
895,547 895,547 000000000000000000019d7459b8e02d86e1189a7b0856577ed3587f0e4cf51a 1.66 MB 3,875 4
895,546 895,546 000000000000000000018b260b2c2558d8cbf88de10a60a6e60e304ecab846c9 1.61 MB 4,182 6
895,545 895,545 0000000000000000000139d8783002ae979c35fb8e7fc5f74ec30946f0bb528f 1.51 MB 3,891 11
895,544 895,544 00000000000000000001f4e4aa823820db1c7ca4b6b5f9300bc006c4768effc9 2.12 MB 1,462 2
895,543 895,543 00000000000000000000a0be4d96efe4038bd81757f8126e86cbe63e4b764e16 1.71 MB 3,682 5
895,542 895,542 000000000000000000016ecfedfd91f80715ff5f4df074727ee58e63c204114f 1.60 MB 4,080 4
895,541 895,541 000000000000000000019fd2b30f7e82887645c4f384b675f585afea968599e9 1.52 MB 3,673 7
895,540 895,540 00000000000000000000f801e687fcc61ae35493429d907913dd4398d2f2cd01 1.62 MB 3,926 6
895,539 895,539 000000000000000000005ce7d641e160e976147bb3b669b0614d30ebbef4092e 1.49 MB 3,629 10
895,538 895,538 00000000000000000002314cb6c75305e9f017f3b4f481c4c490819cbbb3966a 1.55 MB 4,129 6
895,537 895,537 00000000000000000000fb77ff7d1a09b35df5c794d905ab34bc91143eb81272 1.67 MB 4,087 4
895,536 895,536 00000000000000000001af097326fad7613ab83654917d0cc2437e05fbdef99b 1.58 MB 3,310 8
895,535 895,535 00000000000000000000777316cd2503723be4787e4665f803bb91d813ff5dc0 1.52 MB 2,255 2
Previous 10 blocks ↓
Total Size: 769.03 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,625.02 GB sent, 93.02 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.