Memory Pool Memory Pool Refreshing

7,368 transactions
2.26 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,110 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,811 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,109 (761,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,824 146,824 00000000000006a73258f6888153485f5f9b810b389e6d2ea8de41a59879d570 0.04 MB 49 89
146,823 146,823 00000000000006a232023dde909828e34a8206e98d8687e7d20546741890aa4c 0.01 MB 7 35
146,822 146,822 0000000000000267a07be35695f905fab9c18dbda50384eb0a4ee39ae484bff6 0.00 MB 8 44
146,821 146,821 000000000000051cafad1c166e73022ddb8151f8b196ca11c9955851a2ea3e47 0.01 MB 23 213
146,820 146,820 000000000000022611d7347921fb4af9362828185c11fb7f4dbac21f0e0683cf 0.05 MB 116 94
146,819 146,819 000000000000027e3ae427d133179df748f82ff6bff753738024dbcf67184aec 0.04 MB 76 215
146,818 146,818 00000000000007ed3d3a2ae76e2be6608192a4ab4092ffe4de20897e22782cd6 0.01 MB 15 64
146,817 146,817 00000000000006dd41efbf09f2b816b276a9357c1aed64e1b56a2ff4f3ea352d 0.02 MB 60 120
146,816 146,816 0000000000000725bdb59c965dd7aa1a8477dfa47a40d091930263edcc490008 0.03 MB 25 28
146,815 146,815 000000000000022b3705a2ddd310e4f66bf1e40bae5dfe90bcccbf2e980fbbc1 0.00 MB 6 0
146,814 146,814 000000000000012141fa3611565ed9ad68d6442bfc46961c9914f9dfac3784d9 0.01 MB 14 47
146,813 146,813 00000000000009583b8d955c3017c9c1465275388a5052a7d01468ee116bd6f8 0.01 MB 38 15
146,812 146,812 00000000000004c84599688d12c285063e00e9d1d08ee49b511c00bbfc616df6 0.04 MB 70 106
146,811 146,811 00000000000000d62f650c68054f63df957f4ef4ffdde21c1318b355d70f5dd0 0.00 MB 1 0
146,810 146,810 000000000000058d6da7d733ba08f077955d8017be14ca6e898fb955cd285ca9 0.01 MB 22 90
146,809 146,809 000000000000072df9986bca95d86e8bb7863d8b00de517df974f9c54d84679f 0.02 MB 22 344
146,808 146,808 00000000000005a6028c3bb86c15ca60a18549c6875c9c33e1477043da3eaa31 0.01 MB 23 48
146,807 146,807 00000000000005d73302853558de6243fdfa637bb607c67cf29c8699542ac2b3 0.04 MB 92 69
146,806 146,806 00000000000003aa4850c60e456b50c9f89f9092949d2771f5f064b8c6f11583 0.00 MB 10 609
146,805 146,805 000000000000089285440270a65cd1e0cb1565a66d76b26989daed9c673a18ea 0.00 MB 10 0
146,804 146,804 0000000000000343557b879792d84fee7e4316a28850c1d87ef8aac7145ca7b5 0.02 MB 39 93
Previous 10 blocks ↓
Total Size: 769.75 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,679.57 GB sent, 96.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.