Memory Pool Memory Pool Refreshing

3,217 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,556 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,942 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,555 (815,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,823 92,823 0000000000039a77caa55a5cde5397d54118d50309ce404f92b339bf2f59f1f0 0.00 MB 21 0
92,822 92,822 000000000002be74e8afe2221033758453ff5fb150cec77d6de81edc5e57f22d 0.01 MB 31 0
92,821 92,821 000000000004c1be464796f7de665ebdfcf60118c469bd29016673449d43f7d0 0.01 MB 31 0
92,820 92,820 000000000006500bc63158c03e6061367010a17b47d1c6d8db76a836a654cb8a 0.01 MB 29 0
92,819 92,819 0000000000062d54382dde5c410bffda9bd9f8158b9861416749ad6e07eaa195 0.00 MB 15 0
92,818 92,818 0000000000068b6fa0f64e60afbcf04deaa8d85c7cab7f9217c222b7f4bc35bf 0.00 MB 3 0
92,817 92,817 0000000000012c5f9cf7b47f19ea72ead37714da33bc81647f7780f5d042c350 0.00 MB 21 0
92,816 92,816 000000000002f69eda71d422b5f2d043302e3d6fdd9c46e604b3f759cc38f79a 0.00 MB 4 0
92,815 92,815 00000000000357ee197e19f6bd39d3bc7c7fe97a2be2ab6c282f7aa696a0b729 0.01 MB 43 0
92,814 92,814 000000000002c630fe8b5967b880211f3e1a8ce1384c4d30056d47fa8e17ecce 0.01 MB 38 0
92,813 92,813 000000000004ebb739c21d97abf1bcfe19b27571d7b8477850deb8d0b8edfac2 0.01 MB 31 0
92,812 92,812 000000000005ab8640d409a69c55ff404d1c66fd9ad13fdd97c41455bef3cf10 0.00 MB 12 0
92,811 92,811 0000000000018379388194cdf965b1644d83824fccff984c931194fa865a355d 0.00 MB 2 0
92,810 92,810 000000000002f7cd79aa04a46edc0f1a8fac97cceab1b04a33bcf94ad66b4078 0.00 MB 16 0
92,809 92,809 000000000006ac382827313161116f4acf860db18233557f9d3c7d556b2d19e9 0.00 MB 7 0
92,808 92,808 000000000008ff26070ac000d59e911a7ba40b917e56cd7d573c03baedde8386 0.03 MB 127 0
92,807 92,807 00000000000557c432f526d3015557ec55fc5583add0efba33b1d7be55261e63 0.00 MB 8 0
92,806 92,806 00000000000966dd8f757b55f677a09eefeaf81b8688410da66bd563b5cddf1e 0.00 MB 16 0
92,805 92,805 00000000000464fa4a7d79674acbb5e3ab9a27c3e257a34f2c532dcc1858245d 0.01 MB 32 0
92,804 92,804 000000000006a2fb5e0875ccbf5470c98de526cc4dae71f4736d848f53db3e91 0.00 MB 21 0
92,803 92,803 0000000000022ad5f3c6735dc109457114001497bba0d8edc06d5808a0a951c5 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.72 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,845.48 GB sent, 100.62 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.