Memory Pool Memory Pool Refreshing

1,457 transactions
22.94 vMB
Show Random Selection Loading Transactions
Max Size: 92/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,315 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 1,215 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (859,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,584 48,584 0000000013695c61d0cdbbc217c5c550e6ef28501bd271d50d09c7f676d91900 0.00 MB 1 0
48,583 48,583 00000000024e98be3a43da5436173788e9c8d0f961bd84f0b6e35f7cd87f23d4 0.00 MB 1 0
48,582 48,582 0000000002928a1f9e9685425b9d107968363a01fe3c1e1b14dc53ca6643a761 0.00 MB 1 0
48,581 48,581 000000002083dbe17d973d46d3a1497f2cc918a5e1d12e01ae09baf790d45615 0.00 MB 1 0
48,580 48,580 00000000180af61ed69e1e149ee55ef2d7980b77f3742737e3d02b2e1a2d9610 0.00 MB 1 0
48,579 48,579 000000000336847b436a948c33b2b508ce5c0e7d572c48d5f728c751ace18317 0.00 MB 1 0
48,578 48,578 0000000028d41881e8976e13b2c81da6d0a599d96aa2bd868108265aaaa9a1e5 0.00 MB 1 0
48,577 48,577 00000000158a3899677466fa5c17d189c813ae9a7c07681a8a0d879c6de7548f 0.00 MB 1 0
48,576 48,576 0000000026fade13cd3936b702a1daf9c662984878e0b30f565b2e76fd9ffe79 0.00 MB 1 0
48,575 48,575 000000001fe687cdfcecb91a4ddf1baa2c58d0adbff81957e6c167ca85daf450 0.00 MB 1 0
48,574 48,574 0000000016e0409695190a92ca5a7a3c6ac98fc1abd5081df4ff55023b839fcb 0.00 MB 1 0
48,573 48,573 000000001d16524ea16a3efca071844a1abc9d6f7a30253d34b6e30cd68af438 0.00 MB 1 0
48,572 48,572 000000002620d0dfa0c053a7fe285e8a8a323449d13dd819594499fc29b71681 0.00 MB 1 0
48,571 48,571 000000001daca8e942d09ac957c7c10a2536f648f1791730032c6d1b69bcc7d6 0.00 MB 1 0
48,570 48,570 0000000010e44bb3de83af219df4dfe617b297e446fbf19df1338edbdd29f42f 0.00 MB 1 0
48,569 48,569 000000000abb458e2ec0f7877ecb017a452439f657b0b1f11d3d9b0452614975 0.00 MB 1 0
48,568 48,568 0000000011f44fc1c6b1e190e818d00dfaa2f8f82ded6a59a653d3a0c7cfca82 0.00 MB 1 0
48,567 48,567 0000000022070a13cf4d9feab0b6c6506da7a02fbe2643354f79c64bcadf2405 0.00 MB 1 0
48,566 48,566 0000000012cb48c63ce7301cd2ede39326e63da870c8694a150821487529a51b 0.00 MB 1 0
48,565 48,565 00000000151ce9b657a7a38214acab1fbf75bd9fd7a187d7347b257455fedb08 0.00 MB 1 0
48,564 48,564 000000001e2d85c801d6aed4fb8ae0a6083558123226b2d2c44e109d44c757cd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.33 GB sent, 98.60 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.