Memory Pool Memory Pool Refreshing

1,102 transactions
18.71 vMB
Show Random Selection Loading Transactions
Max Size: 75/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,324 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 904 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (806,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,361 101,361 000000000001786da8cd0f3ac76a8a07969a85a1300ffb27c432c2a13f041b33 0.00 MB 6 0
101,360 101,360 000000000003e312ba965199a8dd106c6e7780651fb70ac15d6bc076b649046a 0.00 MB 4 0
101,359 101,359 000000000000dd341165711659c703dfadd122b5539e4d47107f0a7a53ab91a2 0.00 MB 6 0
101,358 101,358 000000000000861c9627635a178ef100d5a7b17b90bb6a08fdc6198064a71928 0.00 MB 5 0
101,357 101,357 000000000002ba4d3a50250464bdbd884dd084b1f91752bd7411a96b679825ce 0.00 MB 1 0
101,356 101,356 000000000001e72c586097a72422944858405eb1da1091b4365bc2f1045f3065 0.00 MB 7 0
101,355 101,355 0000000000006536a9e2ac1097834d955d9eb8aaa5f460abd29b2e9224035df7 0.00 MB 2 0
101,354 101,354 0000000000010a3a7a64a556083a0755b5a76b4a3c737e9b8cef29064ab77f5f 0.00 MB 1 0
101,353 101,353 000000000001f3724ad9d0e3c8a0f01f057f4d1e9c84d864e9b5e93fbfab5c8d 0.00 MB 11 0
101,352 101,352 000000000002a76acbfe8a344dbe31a4b7a433b5cc05eb64e18d4727fe026e0b 0.00 MB 1 0
101,351 101,351 0000000000021da9846fb4ec220b65d09e987d1e454bcea44a05909faacdb28c 0.00 MB 7 346
101,350 101,350 00000000000396b86cac7818ac76a91ae7dbf6fcb2f7b8ac70672e633c432d66 0.00 MB 2 3,875
101,349 101,349 00000000000141e3644da25bed968ea92caf8356090f932129eb125686a06c10 0.00 MB 2 0
101,348 101,348 00000000000241d57f30798b77aa7b87b72ece0e55a25e6aafa3ecfe80aa8bda 0.00 MB 7 475
101,347 101,347 00000000000183fc2c2ac829f4a1c0a534aadd98fa4be475868957f5af5e30db 0.00 MB 1 0
101,346 101,346 00000000000165789cdb064464855b11737d4fc4afb61bb8f8fd598f0435bf68 0.00 MB 3 0
101,345 101,345 0000000000026b5680ca1810088d3dd0bf8729bc1fe50a92e88f811f7748e797 0.00 MB 9 0
101,344 101,344 0000000000009c82ae2a66141e29babc4f52d16cf259b5b926fa87d9411b73b0 0.00 MB 13 0
101,343 101,343 0000000000035d646f174c6efbef16bf726237f8a0e19032e9ac244ebff8d247 0.00 MB 5 0
101,342 101,342 0000000000017cbfe98eba33d8f9c3d51a770a5397fe7dc4546df438024a5cdd 0.00 MB 2 0
101,341 101,341 000000000002d747745174b19b947fdc4c82687f87f22c07d6de22789cc4528c 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.23 GB sent, 98.65 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.